Skip to content

Commit 0d50e2d

Browse files
committed
Update mlvscan-attestation.yml
1 parent 3d74e62 commit 0d50e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mlvscan-attestation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
- name: Update README attestation badge
322322
shell: bash
323323
run: |
324-
badge_markdown="[![MLVScan Attestation](${{ steps.publish.outputs.badge_url }})](${{ steps.publish.outputs.public_url }})"
324+
badge_markdown="[![MLVScan Attestation](${{ steps.publish.outputs.badge_url }}?style=split-pill)](${{ steps.publish.outputs.public_url }})"
325325
326326
if grep -q '^\[!\[MLVScan Attestation\]' README.md; then
327327
badge_line=$(grep -n '^\[!\[MLVScan Attestation\]' README.md | head -1 | cut -d: -f1)

0 commit comments

Comments
 (0)