We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b567d5 commit a0f29a5Copy full SHA for a0f29a5
oidc-exchange.py
@@ -71,7 +71,7 @@ def die(msg: str) -> NoReturn:
71
with _GITHUB_STEP_SUMMARY.open("a", encoding="utf-8") as io:
72
print(_ERROR_SUMMARY_MESSAGE.format(message=msg), file=io)
73
74
- print(f"::error::trusted publishing exchange failure: {msg}", file=sys.stderr)
+ print(f"::error::Trusted publishing exchange failure: {msg}", file=sys.stderr)
75
sys.exit(1)
76
77
0 commit comments