Skip to content

Commit e9d17ae

Browse files
fspecclaude
andcommitted
fix(ci): commit binaries to codelet-integration branch
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 96a56e1 commit e9d17ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-codelet-napi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ jobs:
145145
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
146146

147147
steps:
148-
- name: Checkout main branch
148+
- name: Checkout codelet-integration branch
149149
uses: actions/checkout@v4
150150
with:
151-
ref: main
151+
ref: codelet-integration
152152
token: ${{ secrets.GITHUB_TOKEN }}
153153

154154
- name: Download all artifacts
@@ -175,5 +175,5 @@ jobs:
175175
echo "No changes to commit - binaries are up to date"
176176
else
177177
git commit -m "build: update codelet-napi binaries [skip ci]"
178-
git push origin main
178+
git push origin codelet-integration
179179
fi

0 commit comments

Comments
 (0)