From 3d393f4ca123706cbee7d5764453e42f8d8eb216 Mon Sep 17 00:00:00 2001 From: domi-btnr Date: Sat, 28 Dec 2024 19:00:45 +0100 Subject: [PATCH] Update Badges on Selfhosted --- .github/workflows/badges.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/badges.yml b/.github/workflows/badges.yml index 50443726..f3db5f03 100644 --- a/.github/workflows/badges.yml +++ b/.github/workflows/badges.yml @@ -60,4 +60,11 @@ jobs: git config --local user.name "GitHub Actions" git add . git commit -m "Updated Badges" || exit 0 - git push \ No newline at end of file + git push + + update-badges-for-api: + name: Update Badges for API + runs-on: self-hosted + steps: + - name: Checkout Repository + uses: actions/checkout@master \ No newline at end of file