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 d4f6c1d commit 4437858Copy full SHA for 4437858
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix: ${{steps.set-matrix.outputs.matrix}}
13
steps:
14
- id: set-matrix
15
- run: echo "matrix={\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}" >> $GITHUB_OUTPUT
+ run: echo "matrix=[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]" >> $GITHUB_OUTPUT
16
job2:
17
needs: job1
18
runs-on: ubuntu-latest
0 commit comments