Skip to content

Commit a9ed883

Browse files
committed
fix
1 parent b492a8d commit a9ed883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
- name: Get short SHA
390390
id: short_sha
391391
shell: bash
392-
run: echo "short_sha=${github.event.pull_request.head.sha::7}" >> $GITHUB_OUTPUT
392+
run: echo "short_sha=${{github.event.pull_request.head.sha::7}}" >> $GITHUB_OUTPUT
393393

394394
- name: Comment PR with artifact link
395395
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)