diff --git a/base-action/CLAUDE.md b/base-action/CLAUDE.md index 02c8350..47a9641 100644 --- a/base-action/CLAUDE.md +++ b/base-action/CLAUDE.md @@ -50,7 +50,7 @@ This is a GitHub Action that allows running Claude Code within GitHub workflows. - Unit tests for configuration logic - Integration tests for prompt preparation -- Full workflow tests in `.github/workflows/test-action.yml` +- Full workflow tests in `.github/workflows/test-base-action.yml` ## Important Technical Details diff --git a/base-action/test-local.sh b/base-action/test-local.sh index 43ea427..22758e9 100755 --- a/base-action/test-local.sh +++ b/base-action/test-local.sh @@ -9,4 +9,4 @@ fi # Run the test workflow locally # You'll need to provide your ANTHROPIC_API_KEY echo "Running action locally with act..." -act push --secret ANTHROPIC_API_KEY="$ANTHROPIC_API_KEY" -W .github/workflows/test-action.yml --container-architecture linux/amd64 \ No newline at end of file +act push --secret ANTHROPIC_API_KEY="$ANTHROPIC_API_KEY" -W .github/workflows/test-base-action.yml --container-architecture linux/amd64 \ No newline at end of file