File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 - name : Install dependencies
5454 shell : bash
5555 run : |
56- npm install -g @anthropic-ai/claude-cli@latest
56+ npm install -g @anthropic-ai/claude-code
5757 npm install --no-save @actions/core @actions/github axios
5858
5959 - name : Set up environment variables
@@ -220,4 +220,4 @@ runs:
220220 INPUT_TEMPERATURE : ${{ inputs.temperature }}
221221 INPUT_USE_BEDROCK : ${{ inputs.use-bedrock }}
222222 INPUT_OUTPUT_FILE : ${{ inputs.output-file }}
223- GITHUB_TOKEN : ${{ inputs.github-token }}
223+ GITHUB_TOKEN : ${{ inputs.github-token }}
Original file line number Diff line number Diff line change 2929 "dependencies" : {
3030 "@actions/core" : " ^1.10.1" ,
3131 "@actions/github" : " ^6.0.0" ,
32- "@anthropic-ai/claude-cli " : " latest" ,
32+ "@anthropic-ai/claude-code " : " latest" ,
3333 "axios" : " ^1.6.7"
3434 }
35- }
35+ }
You can’t perform that action at this time.
0 commit comments