Skip to content

Commit 74cd5c1

Browse files
woodruffwcclauss
andauthored
Update oidc-exchange.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent a43560c commit 74cd5c1

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
@@ -27,7 +27,7 @@
2727

2828

2929
def die(msg: str) -> NoReturn:
30-
with _GITHUB_STEP_SUMMARY.open("a") as io:
30+
with _GITHUB_STEP_SUMMARY.open("a", encoding="utf-8") as io:
3131
print(msg, file=io)
3232

3333
# NOTE: `msg` is Markdown formatted, so we emit only the header line to

0 commit comments

Comments
 (0)