Commit Graph

1 Commits

Author SHA1 Message Date
km-anthropic
bf8c12ecfa fix: use INPUT_ prefix for allowed/disallowed tools environment variables
The base action expects INPUT_ALLOWED_TOOLS and INPUT_DISALLOWED_TOOLS
(following GitHub Actions input naming convention) but we were exporting
them without the INPUT_ prefix. This was causing the tools to not be
properly allowed in the base action.
2025-07-30 17:26:08 -07:00