Skip to content

Commit

Permalink
Fix renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Oct 30, 2024
1 parent 6302047 commit 60f98ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:

- name: Push to gh-badges
run: |
cp .github/badges/code_issues.json gh-badges/.github/badges/code_issues.json
cp .github/badges/tests.json gh-badges/.github/badges/tests.json
cp .github/badges/code_issues.svg gh-badges/.github/badges/code_issues.svg
cp .github/badges/tests.svg gh-badges/.github/badges/tests.svg
cd gh-badges
git config user.name "${{ github.workflow }} by ${{ github.actor }}"
Expand Down

0 comments on commit 60f98ab

Please sign in to comment.