Skip to content

Commit 856b506

Browse files
authored
Fix typo in property name
1 parent 21ce92b commit 856b506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload-dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GH_TOKEN: ${{ github.token }}
4040
GH_EVENT_NAME: ${{ github.event_name }}
4141
GH_REPO: ${{ github.repository }}
42-
SHA: ${{ github.event.workflow_run.sha }}
42+
SHA: ${{ github.event.workflow_run.head_sha }}
4343
RUN_ID: ${{ github.event.workflow_run.id }}
4444
PR_NUM: ${{ github.event.workflow_run.pull_requests[0].number || inputs.pr_number }}
4545
run: |

0 commit comments

Comments
 (0)