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.
1 parent 3f446c0 commit 94e4540Copy full SHA for 94e4540
.github/workflows/static-analysis.yml
@@ -52,7 +52,7 @@ jobs:
52
cat <<EOF >>$GITHUB_STEP_SUMMARY
53
## ⚠️ 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