Skip to content

Commit eaa832e

Browse files
committed
fix latest commit of base action
1 parent 03101ee commit eaa832e

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