Skip to content

Commit 1d4650c

Browse files
benny123twclaude
andauthored
fix: update test workflow reference in test-local.sh (#564)
* fix: update test workflow reference in test-local.sh Change workflow file from test-action.yml to test-base-action.yml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * docs(CLAUDE): update test workflow reference in CLAUDE.md --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 86d6f44 commit 1d4650c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base-action/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This is a GitHub Action that allows running Claude Code within GitHub workflows.
5050

5151
- Unit tests for configuration logic
5252
- Integration tests for prompt preparation
53-
- Full workflow tests in `.github/workflows/test-action.yml`
53+
- Full workflow tests in `.github/workflows/test-base-action.yml`
5454

5555
## Important Technical Details
5656

base-action/test-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ fi
99
# Run the test workflow locally
1010
# You'll need to provide your ANTHROPIC_API_KEY
1111
echo "Running action locally with act..."
12-
act push --secret ANTHROPIC_API_KEY="$ANTHROPIC_API_KEY" -W .github/workflows/test-action.yml --container-architecture linux/amd64
12+
act push --secret ANTHROPIC_API_KEY="$ANTHROPIC_API_KEY" -W .github/workflows/test-base-action.yml --container-architecture linux/amd64

0 commit comments

Comments
 (0)