We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c28713 commit 25e01ebCopy full SHA for 25e01eb
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- id: set-matrix
15
run: echo "matrix=[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]" >> $GITHUB_OUTPUT
16
- run: cat $GITHUB_OUTPUT
+ - run: cat $GITHUB_OUTPUT
17
job2:
18
needs: job1
19
runs-on: ubuntu-latest
0 commit comments