Compare commits
5 Commits
b71d9031e1
...
feature/FA
| Author | SHA1 | Date | |
|---|---|---|---|
| 12e3c5dfdd | |||
| 43d5ada7fb | |||
| 87075be61e | |||
| 259dc08aea | |||
| 2203d2ee54 |
@@ -27,10 +27,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run Claude PR Action
|
- name: Run Claude PR Action
|
||||||
uses: anthropics/claude-code-action@beta
|
uses: markwylde/claude-code-gitea-action@v1.0.20
|
||||||
with:
|
with:
|
||||||
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||||
gitea_token: ${{ secrets.CLAUDE_GITEA_TOKEN }}
|
gitea_token: ${{ secrets.CLAUDE_GITEA_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user