We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d1ccc commit ee7934cCopy full SHA for ee7934c
1 file changed
.github/workflows/deploy-preview.yml
@@ -78,7 +78,7 @@ jobs:
78
uses: actions/github-script@v7
79
with:
80
script: |
81
- const status = github.events.inputs.status,
+ const status = context.payload.inputs.status,
82
data = {
83
in_progress: ['👷', 'in progress', false],
84
failure: ['❌', 'failed', false],
0 commit comments