Skip to content

Commit ee7934c

Browse files
committed
Fix inputs lookup in github-script
1 parent 22d1ccc commit ee7934c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/github-script@v7
7979
with:
8080
script: |
81-
const status = github.events.inputs.status,
81+
const status = context.payload.inputs.status,
8282
data = {
8383
in_progress: ['👷', 'in progress', false],
8484
failure: ['❌', 'failed', false],

0 commit comments

Comments
 (0)