Skip to content

Commit

Permalink
Update Badges on Selfhosted
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-btnr committed Dec 28, 2024
1 parent bb43ecf commit 3d393f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,11 @@ jobs:
git config --local user.name "GitHub Actions"
git add .
git commit -m "Updated Badges" || exit 0
git push
git push
update-badges-for-api:
name: Update Badges for API
runs-on: self-hosted
steps:
- name: Checkout Repository
uses: actions/checkout@master

0 comments on commit 3d393f4

Please sign in to comment.