Skip to content

CI: Fix wrong GitHub property name in upload-dev-build workflow#7814

Merged
emilykl merged 1 commit into
masterfrom
fix-typo-in-upload-dev-build
May 29, 2026
Merged

CI: Fix wrong GitHub property name in upload-dev-build workflow#7814
emilykl merged 1 commit into
masterfrom
fix-typo-in-upload-dev-build

Conversation

@emilykl
Copy link
Copy Markdown
Contributor

@emilykl emilykl commented May 29, 2026

The workflow_run trigger scenario for the workflow was failing due to accessing the wrong property name to get the SHA (.sha rather than the correct .head_sha).

This updated workflow can't be triggered by workflow_run until after this PR is merged, but I've verified in a separate repo that github.event.workflow_run.head_sha is the correct property name and returns the expected value.

@emilykl emilykl requested a review from camdecoster May 29, 2026 20:34
@emilykl emilykl merged commit 067ce36 into master May 29, 2026
158 of 161 checks passed
@emilykl emilykl deleted the fix-typo-in-upload-dev-build branch May 29, 2026 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants