diff --git a/.github/workflows/auto-fix-ci-inline.yml b/.github/workflows/auto-fix-ci-inline.yml index 503b35c..9f4465b 100644 --- a/.github/workflows/auto-fix-ci-inline.yml +++ b/.github/workflows/auto-fix-ci-inline.yml @@ -78,7 +78,7 @@ jobs: }; - name: Fix CI failures with Claude - uses: km-anthropic/claude-code-action@v1-dev + uses: anthropics/claude-code-action@v1-dev with: prompt: | You are tasked with analyzing CI failure logs and fixing the issues. Follow these steps: diff --git a/.github/workflows/auto-fix-ci.yml b/.github/workflows/auto-fix-ci.yml index acc7669..4bc3236 100644 --- a/.github/workflows/auto-fix-ci.yml +++ b/.github/workflows/auto-fix-ci.yml @@ -77,7 +77,7 @@ jobs: }; - name: Fix CI failures with Claude - uses: km-anthropic/claude-code-action@v1-dev + uses: anthropics/claude-code-action@v1-dev with: prompt: | /fix-ci-commit Failed CI Run: ${{ fromJSON(steps.failure_details.outputs.result).runUrl }}