Skip to content

Commit

Permalink
Move push in commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzobeg committed Mar 6, 2024
1 parent 96c87c8 commit 8800991
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,5 @@ jobs:
git config --local user.name "GitHub Action"
git add ${{ steps.prepare.outputs.coverage_badge_path }}
git commit -m "Add coverage badge"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: badges

git push

0 comments on commit 8800991

Please sign in to comment.