Skip to content

Commit

Permalink
ci: prevent workflow failure for failed badge update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTJP committed Aug 5, 2024
1 parent 13e8320 commit df34aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ jobs:
CHANGELOG.txt
- name: Update badge
uses: schneegans/dynamic-badges-action@v1.6.0
continue-on-error: true
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 3ef501bc64c896a86fd706dfea8ba367
Expand Down

0 comments on commit df34aea

Please sign in to comment.