Skip to content

Commit 40a91c6

Browse files
committed
Fix package name: use @anthropic-ai/claude-code instead of claude-cli
1 parent 34bf82b commit 40a91c6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
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 }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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+
}

0 commit comments

Comments
 (0)