We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08181a commit 81b441bCopy full SHA for 81b441b
action.yml
@@ -126,7 +126,7 @@ runs:
126
- name: Run Claude Code
127
id: claude-code
128
if: steps.prepare.outputs.contains_trigger == 'true'
129
- uses: grll/claude-code-base-action@27eda5e9c4eff1ef4919086595947a5b3547d9e5 # Latest commit from fork
+ uses: grll/claude-code-base-action@83c1d87085aace6d7d9334e7f2be763049fd54da # Latest commit from fork with critical fix
130
with:
131
prompt_file: ${{ runner.temp }}/claude-prompts/claude-prompt.txt
132
allowed_tools: ${{ env.ALLOWED_TOOLS }}
0 commit comments