Skip to content

Commit 509f823

Browse files
committed
fix
1 parent ee9dceb commit 509f823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- run: |
1717
cmake -S . -B build
18-
echo "#cppwarningnotifier { run_id: ${{ github.run_id }} }" >> compilation.log
18+
echo '#cppwarningnotifier { "run_id": ${{ github.run_id }} }' >> compilation.log
1919
cmake --build build >> compilation.log 2>&1
2020
- uses: actions/upload-artifact@v4
2121
with:

0 commit comments

Comments
 (0)