We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefb512 commit 07f2b2eCopy full SHA for 07f2b2e
.github/actions/deploy/action.yml
@@ -34,7 +34,7 @@ runs:
34
35
- shell: bash
36
run: |
37
- echo ${{ toJSON(github.event) }}
+ echo ${{ toJSON(github.event.workflow_run) }}
38
39
- name: 'Unzip artifact'
40
shell: bash
0 commit comments