Compare commits
3 commits
7e247dc9e7
...
e6a23df0ee
Author | SHA1 | Date | |
---|---|---|---|
e6a23df0ee | |||
9ad94fc4ff | |||
a5c9148a8c |
1 changed files with 12 additions and 0 deletions
|
@ -12,3 +12,15 @@ 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) }}"
|
||||||
|
|
||||||
|
- name: job
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(job) }}"
|
||||||
|
|
||||||
|
- name: jobs
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(jobs) }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue