Skip to content

Commit

Permalink
fix: git command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
migueloliveiradev authored Sep 5, 2024
1 parent ac7bb98 commit 44ac719
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"
ggit push origin HEAD:badges
git push origin HEAD:badges

0 comments on commit 44ac719

Please sign in to comment.