We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03101ee commit eaa832eCopy full SHA for eaa832e
action.yml
@@ -145,7 +145,7 @@ runs:
145
- name: Run Claude Code
146
id: claude-code
147
if: steps.prepare.outputs.contains_trigger == 'true'
148
- uses: grll/claude-code-base-action@23bbdc7269ba146d813349a08c303121fdbbb44f # Latest commit from fork with critical fix
+ uses: grll/claude-code-base-action@b3679ddae1203efdad9431c743e29bc2a161e7c5 # Latest commit from fork with critical fix
149
with:
150
prompt_file: ${{ runner.temp }}/claude-prompts/claude-prompt.txt
151
allowed_tools: ${{ env.ALLOWED_TOOLS }}
0 commit comments