fix(pre-commit): push properly

This commit is contained in:
Ashwin Bharambe 2025-07-28 12:43:49 -07:00
parent 8961706dea
commit 607574c26a

View file

@ -47,7 +47,7 @@ jobs:
git config --local user.name "github-actions[bot]"
git add -A
git commit -m "Apply pre-commit fixes"
git push
git push origin HEAD:main
echo "Pre-commit fixes committed and pushed"
else
echo "No changes to commit"