mirror of
https://github.com/markwylde/claude-code-gitea-action.git
synced 2026-02-20 02:22:49 +08:00
Compare commits
41 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01c923b4bd | ||
|
|
dea3e23b34 | ||
|
|
45ee2dca55 | ||
|
|
e2f737a753 | ||
|
|
1c309c8d10 | ||
|
|
5171232878 | ||
|
|
ea134ca929 | ||
|
|
72aa15ac4f | ||
|
|
87a39e8fbc | ||
|
|
44d513b712 | ||
|
|
3afac506b2 | ||
|
|
436046a0ff | ||
|
|
12940797c7 | ||
|
|
59a6b568a6 | ||
|
|
ed04634119 | ||
|
|
8de76049e1 | ||
|
|
bbf8371776 | ||
|
|
e1be245c51 | ||
|
|
0bb118b1a2 | ||
|
|
4b69e8485a | ||
|
|
4b1c3d000d | ||
|
|
b41b7ecd9f | ||
|
|
11685fc8c1 | ||
|
|
87c1a97c6e | ||
|
|
7018095f9a | ||
|
|
e079f18247 | ||
|
|
c0d1a3fc4c | ||
|
|
c77bb0e4b3 | ||
|
|
01602be052 | ||
|
|
f2f966c77e | ||
|
|
80886e1c8e | ||
|
|
e2d102aadd | ||
|
|
c004bcdb83 | ||
|
|
2f36d061b3 | ||
|
|
9d64c62a2e | ||
|
|
828076e411 | ||
|
|
9986f4d1a3 | ||
|
|
406208cf7a | ||
|
|
6410e33591 | ||
|
|
f598608bb4 | ||
|
|
e474962b0d |
@@ -58,7 +58,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: markwylde/claude-code-gitea-action@v1.0.1
|
||||
- uses: markwylde/claude-code-gitea-action@v1.0.0
|
||||
with:
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
github_token: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
12
action.yml
12
action.yml
@@ -173,11 +173,7 @@ runs:
|
||||
if: steps.prepare.outputs.contains_trigger == 'true' && steps.claude-code.outputs.execution_file != ''
|
||||
shell: bash
|
||||
run: |
|
||||
if [ -f "${{ steps.claude-code.outputs.execution_file }}" ]; then
|
||||
echo "## Claude Code Report" >> $GITHUB_STEP_SUMMARY
|
||||
echo '```json' >> $GITHUB_STEP_SUMMARY
|
||||
cat "${{ steps.claude-code.outputs.execution_file }}" >> $GITHUB_STEP_SUMMARY
|
||||
echo '```' >> $GITHUB_STEP_SUMMARY
|
||||
else
|
||||
echo "⚠️ Claude Code execution completed but no report file was generated" >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
echo "## Claude Code Report" >> $GITHUB_STEP_SUMMARY
|
||||
echo '```json' >> $GITHUB_STEP_SUMMARY
|
||||
cat "${{ steps.claude-code.outputs.execution_file }}" >> $GITHUB_STEP_SUMMARY
|
||||
echo '```' >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
Reference in New Issue
Block a user