Skip to content

Commit 25e01eb

Browse files
committed
fixup! debugging
1 parent 2c28713 commit 25e01eb

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
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- id: set-matrix
1515
run: echo "matrix=[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]" >> $GITHUB_OUTPUT
16-
run: cat $GITHUB_OUTPUT
16+
- run: cat $GITHUB_OUTPUT
1717
job2:
1818
needs: job1
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)