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
f3bfb2a9ad
commit
fee3f6fcbb
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
@ -31,6 +31,6 @@ jobs:
|
||||
|
||||
- name: Run Claude Code
|
||||
id: claude
|
||||
uses: anthropics/claude-code-action@beta
|
||||
uses: ./
|
||||
with:
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user