We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9dceb commit 509f823Copy full SHA for 509f823
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- run: |
17
cmake -S . -B build
18
- echo "#cppwarningnotifier { run_id: ${{ github.run_id }} }" >> compilation.log
+ echo '#cppwarningnotifier { "run_id": ${{ github.run_id }} }' >> compilation.log
19
cmake --build build >> compilation.log 2>&1
20
- uses: actions/upload-artifact@v4
21
with:
0 commit comments