Update .gitea/workflows/claude.yml
This commit is contained in:
parent
6ee119e398
commit
9d8cfabb21
|
|
@ -15,7 +15,8 @@ on:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install Claude Code
|
||||||
|
run: npm install -g @anthropic-ai/claude-code
|
||||||
- name: Create branch
|
- name: Create branch
|
||||||
run: |
|
run: |
|
||||||
git config user.name "Claude Agent"
|
git config user.name "Claude Agent"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue