This commit is contained in:
Dax Raad
2026-01-29 23:56:56 -05:00
parent 3fef490187
commit 908350c2ea

View File

@@ -36,7 +36,7 @@ jobs:
- name: Commit and push
run: |
git add -A
git commit -m "chore: generate"
git commit -m "chore: generate" --allow-empty
git push origin HEAD:${{ github.ref_name }} --no-verify
# if ! git push origin HEAD:${{ github.event.pull_request.head.ref || github.ref_name }} --no-verify; then
# echo ""