summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-30 00:05:05 -0500
committerDax Raad <[email protected]>2026-01-30 00:05:05 -0500
commitb28891473f16362b9d97d3825e6c969c4988d970 (patch)
tree832bd2cd1532eb3b3ea225cebfc8d190f7c64d8d /.github/workflows
parent5d0122b5a976105e5924ba99e7b17a814c718947 (diff)
downloadopencode-b28891473f16362b9d97d3825e6c969c4988d970.tar.gz
opencode-b28891473f16362b9d97d3825e6c969c4988d970.zip
ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/generate.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml
index 39263200c..15c99f402 100644
--- a/.github/workflows/generate.yml
+++ b/.github/workflows/generate.yml
@@ -35,12 +35,8 @@ jobs:
- name: Commit and push
run: |
- if [ -z "$(git status --porcelain)" ]; then
- echo "No changes to commit"
- exit 0
- fi
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 ""