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