Skip to content

Commit 067ce36

Browse files
authored
Merge pull request #7814 from plotly/fix-typo-in-upload-dev-build
CI: Fix wrong GitHub property name in `upload-dev-build` workflow
2 parents 21ce92b + 856b506 commit 067ce36

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)