Skip to content

Commit 8e1d4b2

Browse files
claudelroolle
authored andcommitted
ci(workflows): switch claude-code-action to thevibeworks/main
- Replace anthropics/claude-code-action@v1 with thevibeworks fork @ main - Align review and docs workflows to consistent maintained action ref
1 parent b9105f2 commit 8e1d4b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: |
6161
!contains(github.event.pull_request.title, '[skip-review]') &&
6262
!contains(github.event.pull_request.title, '[WIP]')
63-
uses: anthropics/claude-code-action@v1
63+
uses: thevibeworks/claude-code-action@main
6464
env:
6565
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
6666
with:

.github/workflows/fetch-claude-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git config --global user.email "claude-yolo@lroole.com"
4747
4848
- name: Claude handles everything
49-
uses: anthropics/claude-code-action@v1
49+
uses: thevibeworks/claude-code-action@main
5050
env:
5151
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5252
with:

0 commit comments

Comments
 (0)