mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
Update workflow to use correct branch reference
This commit is contained in:
2
.github/workflows/test-workflow-dispatch.yml
vendored
2
.github/workflows/test-workflow-dispatch.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: Run Claude in Agent Mode
|
||||
uses: km-anthropic/claude-code-action@km/add-agent-mode
|
||||
uses: km-anthropic/claude-code-action@km/add-workflow-dispatch-schedule-support
|
||||
with:
|
||||
mode: ${{ github.event.inputs.mode || 'agent' }}
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user