Skip to content

Commit 6a87313

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-snapshot.yml

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

0 commit comments

Comments
 (0)