Update workflow to use correct branch reference
This commit is contained in:
parent
7a53e0529b
commit
a433016152
2
.github/workflows/test-workflow-dispatch.yml
vendored
2
.github/workflows/test-workflow-dispatch.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Run Claude in Agent Mode
|
- 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:
|
with:
|
||||||
mode: ${{ github.event.inputs.mode || 'agent' }}
|
mode: ${{ github.event.inputs.mode || 'agent' }}
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user