This repository was archived by the owner on Jul 16, 2026. It is now read-only.
Commit 80d44ea
committed
Use utf8NoBOM encoding when writing to GITHUB_ENV
Out-File -Encoding utf8 can emit a BOM on certain PowerShell
configurations which corrupts the first variable name. Switch to
utf8NoBOM to guarantee BOM-less output.1 parent 239a98d commit 80d44ea
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments