We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bug reports
1 parent 24220c4 commit 3f446c0Copy full SHA for 3f446c0
.github/workflows/static-analysis.yml
@@ -50,9 +50,9 @@ jobs:
50
if: ${{ steps.codechecker.outputs.warnings == 'true' }}
51
run: |
52
cat <<EOF >>$GITHUB_STEP_SUMMARY
53
- **CodeChecker found warnings.**
+ ## ⚠️ CodeChecker found warnings
54
Please see the 'CodeChecker Bug Reports' artifact for more details:
55
- [${{ steps.upload.outputs.artifact_url }}]
+ - [${{ steps.upload.outputs.artifact-url }}]
56
EOF
57
58
exit 1
0 commit comments