fix(pre-commit): push properly version 3

This commit is contained in:
Ashwin Bharambe 2025-07-28 13:02:04 -07:00
parent 3058060e2b
commit 8fa77bc93e

View file

@ -14,6 +14,9 @@ concurrency:
jobs:
pre-commit:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout code
@ -54,7 +57,7 @@ jobs:
git commit -m "Apply pre-commit fixes"
# push to the PR branch
git push origin HEAD:${{ github.ref }}
git push origin HEAD:${{ github.head_ref }}
echo "Pre-commit fixes committed and pushed"
else
echo "No changes to commit"