mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Fix workflow to use anthropics/claude-code-action@v1-dev which has workflow_run support
This commit is contained in:
2
.github/workflows/auto-fix-ci-inline.yml
vendored
2
.github/workflows/auto-fix-ci-inline.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/auto-fix-ci.yml
vendored
2
.github/workflows/auto-fix-ci.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user