mirror of
https://github.com/imjasonh/workflow-test
synced 2026-07-07 00:23:21 +00:00
Update blank.yml
This commit is contained in:
parent
18406c1b31
commit
ef45788f9c
1 changed files with 1 additions and 4 deletions
5
.github/workflows/blank.yml
vendored
5
.github/workflows/blank.yml
vendored
|
|
@ -36,10 +36,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: consume-matrix
|
||||
steps:
|
||||
- run: echo ${{ fromJSON(needs.consume-matrix.outputs.colors) }}
|
||||
- run: echo ${{ fromJSON(needs.consume-matrix.outputs[0].colors) }}
|
||||
- run: echo ${{ fromJSON(needs.consume-matrix.outputs[1].colors) }}
|
||||
- run: echo ${{ fromJSON(needs.consume-matrix.outputs[2].colors) }}
|
||||
- run: echo ${{ needs.consume-matrix.outputs.colors }}
|
||||
|
||||
consume-matrix-2:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue