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