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 eb7eabf commit 835f6cdCopy full SHA for 835f6cd
attestations.py
@@ -57,7 +57,7 @@ def die(msg: str) -> NoReturn:
57
58
59
def debug(msg: str):
60
- print(f"::debug::{msg.title()}", file=sys.stderr)
+ print(f"::debug::{msg}", file=sys.stderr)
61
62
63
def attest_dist(dist: Path, signer: Signer) -> None:
oidc-exchange.py
@@ -121,7 +121,7 @@ def die(msg: str) -> NoReturn:
121
122
123
124
125
126
127
def get_normalized_input(name: str) -> str | None:
0 commit comments