Skip to content

Commit 94e4540

Browse files
committed
fix broken "CodeChecker Bug Reports" link
1 parent 3f446c0 commit 94e4540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cat <<EOF >>$GITHUB_STEP_SUMMARY
5353
## ⚠️ CodeChecker found warnings
5454
Please see the 'CodeChecker Bug Reports' artifact for more details:
55-
- [${{ steps.upload.outputs.artifact-url }}]
55+
- ${{ steps.upload.outputs.artifact-url }}
5656
EOF
5757
5858
exit 1

0 commit comments

Comments
 (0)