Skip to content

Commit

Permalink
fix: git push origin in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
migueloliveiradev authored Sep 5, 2024
1 parent 2d653c7 commit ac7bb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
git config --global user.name 'Github'
git config --global user.email '[email protected]'
git commit -am "feat: update tests results"
git push
ggit push origin HEAD:badges

0 comments on commit ac7bb98

Please sign in to comment.