We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac80f8 commit d4f6c1dCopy full SHA for d4f6c1d
1 file changed
.github/workflows/ci.yml
@@ -17,9 +17,10 @@ jobs:
17
needs: job1
18
runs-on: ubuntu-latest
19
strategy:
20
- matrix: ${{ fromJSON(needs.job1.outputs.matrix) }}
+ matrix:
21
+ cfg: ${{ fromJSON(needs.job1.outputs.matrix) }}
22
steps:
- - run: echo "Matrix - Project ${{ matrix.project }}, Config ${{ matrix.config }}"
23
+ - run: echo "Matrix - Project ${{ matrix.cfg.project }}, Config ${{ matrix.cfg.config }}"
24
# commit_list:
25
# runs-on: ubuntu-latest
26
# steps:
0 commit comments