diff --git a/.gitea/workflows/claude.yml b/.gitea/workflows/claude.yml index f8565bb..d75ef1f 100644 --- a/.gitea/workflows/claude.yml +++ b/.gitea/workflows/claude.yml @@ -14,6 +14,8 @@ jobs: runs-on: yellow-zeabur-runner steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: markwylde/claude-code-gitea-action@v1.0.20 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}