diff options
| author | Dax Raad <[email protected]> | 2026-01-29 23:56:56 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-29 23:56:56 -0500 |
| commit | 908350c2ea94d657777387c041cf47e313d447c4 (patch) | |
| tree | 1b7e54f46f159de9973ea2d8192b4792f11acae3 /.github/workflows | |
| parent | 3fef4901875137a643c89b68e231dd77ff1cbb5c (diff) | |
| download | opencode-908350c2ea94d657777387c041cf47e313d447c4.tar.gz opencode-908350c2ea94d657777387c041cf47e313d447c4.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/generate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 28aaa16f7..15c99f402 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -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 "" |
