Skip to content

Commit 792c9c2

Browse files
committed
Use fork's claude-code-base-action with critical fix
1 parent 9eebf60 commit 792c9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ runs:
145145
- name: Run Claude Code
146146
id: claude-code
147147
if: steps.prepare.outputs.contains_trigger == 'true'
148-
uses: anthropics/claude-code-base-action@bdaad5f64e7ad7a8c0be290a3c49d0fa7e1bb442 # v0.0.29
148+
uses: grll/claude-code-base-action@e9573b8a68eddaaf78d6753eeb1b3f65872ff32f # Latest commit from fork with critical fix
149149
with:
150150
prompt_file: ${{ runner.temp }}/claude-prompts/claude-prompt.txt
151151
allowed_tools: ${{ env.ALLOWED_TOOLS }}

0 commit comments

Comments
 (0)