Use local action for testing in same repository
When testing an action within its own repository, use './' instead of the published action reference. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
cbc3ca285d
commit
c845eee45f
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
@ -31,6 +31,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Claude Code
|
- name: Run Claude Code
|
||||||
id: claude
|
id: claude
|
||||||
uses: anthropics/claude-code-action@beta
|
uses: ./
|
||||||
with:
|
with:
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user