Skip to content

Commit

Permalink
ci: Updated workflow to force git push
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Mar 28, 2024
1 parent f4291eb commit ea737bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/normalize_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git checkout $GITHUB_HEAD_REF
git commit -am "chore: autoformat isort & black" && git push || true
git commit -am "chore: autoformat isort & black" && git push --force || true

0 comments on commit ea737bb

Please sign in to comment.