Skip to content

Commit 07f2b2e

Browse files
committed
wip
1 parent eefb512 commit 07f2b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
3535
- shell: bash
3636
run: |
37-
echo ${{ toJSON(github.event) }}
37+
echo ${{ toJSON(github.event.workflow_run) }}
3838
3939
- name: 'Unzip artifact'
4040
shell: bash

0 commit comments

Comments
 (0)