Skip to content

Commit b5631ca

Browse files
committed
Update action reference to use commit SHA instead of beta tag
1 parent 117d932 commit b5631ca

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
@@ -114,7 +114,7 @@ runs:
114114
- name: Run Claude Code
115115
id: claude-code
116116
if: steps.prepare.outputs.contains_trigger == 'true'
117-
uses: grll/claude-code-base-action@beta
117+
uses: grll/claude-code-base-action@9f0fa5eeca1de34e9be1acf05f244e22e4527ca7 # Latest commit from fork
118118
with:
119119
prompt_file: /tmp/claude-prompts/claude-prompt.txt
120120
allowed_tools: ${{ env.ALLOWED_TOOLS }}

0 commit comments

Comments
 (0)