mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
Flip the quotes @ oidc-exchange.py
This commit is contained in:
committed by
GitHub
parent
9da6dedb16
commit
d1883f61f8
+1
-1
@@ -247,7 +247,7 @@ except requests.JSONDecodeError:
|
||||
# occurred during minting.
|
||||
if not mint_token_resp.ok:
|
||||
reasons = '\n'.join(
|
||||
f'* `{error['code']}`: {error['description']}'
|
||||
f'* `{error["code"]}`: {error["description"]}'
|
||||
for error in mint_token_payload['errors']
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user