Skip to content

Commit

Permalink
fix: update git origin badges in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
migueloliveiradev authored Sep 5, 2024
1 parent 0dca1ab commit 2d653c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:

- name: Update file badge
run: |
git checkout badges
git fetch --unshallow origin badges
git checkout origin/badges
echo '{
"testsTotal": "${{ steps.tests_reporter.outputs.tests-total }}",
"testsPassed": "${{ steps.tests_reporter.outputs.tests-passed }}",
Expand Down

0 comments on commit 2d653c7

Please sign in to comment.