Compare commits
7 commits
e6a23df0ee
...
21d401c5a0
Author | SHA1 | Date | |
---|---|---|---|
21d401c5a0 | |||
c46a312bb9 | |||
1b4e80ee84 | |||
edd1afa412 | |||
fe85f5b390 | |||
ec58648d40 | |||
be4c76cbc0 |
1 changed files with 28 additions and 0 deletions
|
@ -24,3 +24,31 @@ jobs:
|
||||||
- name: jobs
|
- name: jobs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "${{ toJSON(jobs) }}"
|
run: echo "${{ toJSON(jobs) }}"
|
||||||
|
|
||||||
|
- name: steps
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(steps) }}"
|
||||||
|
|
||||||
|
- name: runner
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(runner) }}"
|
||||||
|
|
||||||
|
- name: secrets
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(secrets) }}"
|
||||||
|
|
||||||
|
- name: strategy
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(strategy) }}"
|
||||||
|
|
||||||
|
- name: matrix
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(matrix) }}"
|
||||||
|
|
||||||
|
- name: needs
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(needs) }}"
|
||||||
|
|
||||||
|
- name: inputs
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(inputs) }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue