Compare commits
No commits in common. "21d401c5a067be23082193913fecc433c9e163fb" and "e6a23df0ee738fd35f10104b200f406489168806" have entirely different histories.
21d401c5a0
...
e6a23df0ee
1 changed files with 0 additions and 28 deletions
|
@ -24,31 +24,3 @@ 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