Skip to content

Commit

Permalink
fix: log message was not rendered (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Dec 11, 2024
1 parent 8295b03 commit b7033a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov_cli/services/commit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def send_commit_data(
f"Branch `{branch}` is protected but no token was provided\nFor information on Codecov upload tokens, see https://docs.codecov.com/docs/codecov-tokens"
)
else:
logger.info("Using token to create a commit for protected branch `{branch}`")
logger.info(f"Using token to create a commit for protected branch `{branch}`")

headers = get_token_header(token)

Expand Down

0 comments on commit b7033a9

Please sign in to comment.