Skip to content

Commit 3f446c0

Browse files
committed
fix typo in bug reports url
1 parent 24220c4 commit 3f446c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
if: ${{ steps.codechecker.outputs.warnings == 'true' }}
5151
run: |
5252
cat <<EOF >>$GITHUB_STEP_SUMMARY
53-
**CodeChecker found warnings.**
53+
## ⚠️ 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)