Compare commits
1 Commits
main
...
e8fc19bd54
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8fc19bd54 |
@@ -14,16 +14,13 @@ jobs:
|
|||||||
runs-on: yellow-zeabur-runner
|
runs-on: yellow-zeabur-runner
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: markwylde/claude-code-gitea-action@v1.0.20
|
- uses: markwylde/claude-code-gitea-action@v1.0.20
|
||||||
with:
|
with:
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
gitea_token: ${{ secrets.USER_TOKEN }}
|
gitea_token: ${{ secrets.USER_TOKEN }}
|
||||||
claude_git_name: Claude
|
claude_git_name: Claude
|
||||||
claude_git_email: claude@anthropic.com
|
claude_git_email: claude@anthropic.com
|
||||||
path_to_claude_code_executable: /usr/local/bin/claude
|
|
||||||
claude_args: |
|
|
||||||
--append-system-prompt "請一律使用繁體中文回覆,包含 issue/PR 留言、commit message 說明文字、todo list 項目。程式碼註解與變數命名維持英文慣例即可。"
|
|
||||||
env:
|
env:
|
||||||
|
# 如果 Gitea 跑在容器裡,內部連結會變成 http://gitea:3000,
|
||||||
|
# 用這個覆寫成外部可存取的網址
|
||||||
GITEA_SERVER_URL: https://yellow-git.zeabur.app
|
GITEA_SERVER_URL: https://yellow-git.zeabur.app
|
||||||
Reference in New Issue
Block a user