Skip to content

Commit a0f29a5

Browse files
woodruffwwebknjaz
andauthored
Apply suggestions from code review
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent 0b567d5 commit a0f29a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc-exchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def die(msg: str) -> NoReturn:
7171
with _GITHUB_STEP_SUMMARY.open("a", encoding="utf-8") as io:
7272
print(_ERROR_SUMMARY_MESSAGE.format(message=msg), file=io)
7373

74-
print(f"::error::trusted publishing exchange failure: {msg}", file=sys.stderr)
74+
print(f"::error::Trusted publishing exchange failure: {msg}", file=sys.stderr)
7575
sys.exit(1)
7676

7777

0 commit comments

Comments
 (0)