mirror of
https://github.com/markwylde/claude-code-gitea-action.git
synced 2026-02-20 10:32:49 +08:00
Attempt to make this work
This commit is contained in:
11
action.yml
11
action.yml
@@ -83,6 +83,17 @@ runs:
|
|||||||
cd ${{ github.action_path }}
|
cd ${{ github.action_path }}
|
||||||
bun install
|
bun install
|
||||||
|
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: '20'
|
||||||
|
|
||||||
|
- name: Install Claude Code CLI
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
# Install Claude Code CLI via npm
|
||||||
|
npm install -g @anthropic-ai/claude-cli
|
||||||
|
|
||||||
- name: Prepare action
|
- name: Prepare action
|
||||||
id: prepare
|
id: prepare
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user