This commit is contained in:
parent
c46a312bb9
commit
21d401c5a0
1 changed files with 4 additions and 0 deletions
|
@ -48,3 +48,7 @@ jobs:
|
||||||
- name: needs
|
- name: needs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "${{ toJSON(needs) }}"
|
run: echo "${{ toJSON(needs) }}"
|
||||||
|
|
||||||
|
- name: inputs
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ toJSON(inputs) }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue