Skip to content

Commit d4f6c1d

Browse files
committed
fixup! debugging
1 parent cac80f8 commit d4f6c1d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
needs: job1
1818
runs-on: ubuntu-latest
1919
strategy:
20-
matrix: ${{ fromJSON(needs.job1.outputs.matrix) }}
20+
matrix:
21+
cfg: ${{ fromJSON(needs.job1.outputs.matrix) }}
2122
steps:
22-
- run: echo "Matrix - Project ${{ matrix.project }}, Config ${{ matrix.config }}"
23+
- run: echo "Matrix - Project ${{ matrix.cfg.project }}, Config ${{ matrix.cfg.config }}"
2324
# commit_list:
2425
# runs-on: ubuntu-latest
2526
# steps:

0 commit comments

Comments
 (0)