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