Skip to content

Commit e7d9434

Browse files
committed
fixup! Add a workflow definition to upload Git for Windows' snapshots
1 parent 4f2ebdb commit e7d9434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/upload-snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
id: snapshots-token
167167
uses: actions/github-script@v7
168168
with:
169+
result-encoding: 'utf-8'
169170
script: |
170171
const { callGit, getPushAuthorizationHeader } = require('./repository-updates')
171172
const header = await getPushAuthorizationHeader(

0 commit comments

Comments
 (0)