Skip to content

Commit 4437858

Browse files
committed
fixup! debugging
1 parent d4f6c1d commit 4437858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix: ${{steps.set-matrix.outputs.matrix}}
1313
steps:
1414
- id: set-matrix
15-
run: echo "matrix={\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}" >> $GITHUB_OUTPUT
15+
run: echo "matrix=[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]" >> $GITHUB_OUTPUT
1616
job2:
1717
needs: job1
1818
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)