Skip to content

Commit 5cbe235

Browse files
committed
Update claude-code-base-action to latest OAuth-supporting commit
1 parent 92394db commit 5cbe235

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
@@ -126,7 +126,7 @@ runs:
126126
- name: Run Claude Code
127127
id: claude-code
128128
if: steps.prepare.outputs.contains_trigger == 'true'
129-
uses: grll/claude-code-base-action@9f0fa5eeca1de34e9be1acf05f244e22e4527ca7 # Latest commit from fork
129+
uses: grll/claude-code-base-action@30f4e17267bd0172ae76f7a3a10593c44811b230 # Latest commit from fork
130130
with:
131131
prompt_file: ${{ runner.temp }}/claude-prompts/claude-prompt.txt
132132
allowed_tools: ${{ env.ALLOWED_TOOLS }}

0 commit comments

Comments
 (0)