dump steps context
This commit is contained in:
parent
e6a23df0ee
commit
be4c76cbc0
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@ jobs:
|
|||
- name: jobs
|
||||
shell: bash
|
||||
run: echo "${{ toJSON(jobs) }}"
|
||||
|
||||
- name: steps
|
||||
shell: bash
|
||||
run: echo "${{ toJSON(steps) }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue