mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Add explicit fix-ci-commit command for clearer git commit instructions
- Create new slash command specifically for when branch already exists - Makes it crystal clear that Bash tool must be used for git commands - Update workflow to use the new command
This commit is contained in:
2
.github/workflows/auto-fix-ci.yml
vendored
2
.github/workflows/auto-fix-ci.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
uses: km-anthropic/claude-code-action@v1-dev
|
||||
with:
|
||||
prompt: |
|
||||
/fix-ci Failed CI Run: ${{ fromJSON(steps.failure_details.outputs.result).runUrl }}
|
||||
/fix-ci-commit Failed CI Run: ${{ fromJSON(steps.failure_details.outputs.result).runUrl }}
|
||||
Failed Jobs: ${{ join(fromJSON(steps.failure_details.outputs.result).failedJobs, ', ') }}
|
||||
|
||||
Error logs:
|
||||
|
||||
Reference in New Issue
Block a user