mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
ci
This commit is contained in:
parent
3fef490187
commit
908350c2ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue