Skip to content

Commit 03101ee

Browse files
committed
fix again commit to latest working base action
1 parent f4f5325 commit 03101ee

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: grll/claude-code-base-action@c29ecaef96cc3d0d5c33707418f339e08bc9396b # Latest commit from fork with critical fix
148+
uses: grll/claude-code-base-action@23bbdc7269ba146d813349a08c303121fdbbb44f # 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)