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