Commit 538d88d
committed
fix: add UTF-8 encoding to file open operation
This fixes the lint-python-utf8-encoding.py linter failure by explicitly
specifying encoding='utf8' when opening the GITHUB_OUTPUT file.1 parent e0515b9 commit 538d88d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments