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 3d74e62 commit 0d50e2dCopy full SHA for 0d50e2d
1 file changed
.github/workflows/mlvscan-attestation.yml
@@ -321,7 +321,7 @@ jobs:
321
- name: Update README attestation badge
322
shell: bash
323
run: |
324
- badge_markdown="[](${{ steps.publish.outputs.public_url }})"
+ badge_markdown="[](${{ steps.publish.outputs.public_url }})"
325
326
if grep -q '^\[!\[MLVScan Attestation\]' README.md; then
327
badge_line=$(grep -n '^\[!\[MLVScan Attestation\]' README.md | head -1 | cut -d: -f1)
0 commit comments