Skip to content

Wire exclude/params inputs into the run step env block - #8

Merged
beastawakens merged 1 commit into
mainfrom
fix-input-env-wiring
Jul 15, 2026
Merged

Wire exclude/params inputs into the run step env block#8
beastawakens merged 1 commit into
mainfrom
fix-input-env-wiring

Conversation

@beastawakens

Copy link
Copy Markdown
Owner

v3.2.0 declared the exclude (env-copy) and params (app-param) inputs but didn't map them to INPUT_EXCLUDE/INPUT_PARAMS in the composite run step, so app-param failed with "INPUT_PARAMS is required" and env-copy silently ignored its exclude list (a data-isolation risk for callers).

Adds both mappings plus a guard test asserting every declared input is wired to an INPUT_* env var. shellcheck clean, bats 60/60.

🤖 Generated with Claude Code

v3.2.0 declared the exclude (env-copy) and params (app-param) inputs but never
mapped them to INPUT_EXCLUDE / INPUT_PARAMS in the composite run step, so the
entrypoints always saw them empty — app-param failed "INPUT_PARAMS is required"
and env-copy silently ignored its exclude list.

Add both mappings and a guard test asserting every declared input is wired to
an INPUT_* env var, so this class of gap can't recur.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013TjBbJeEWjd7yFCMUu2iXF
@beastawakens beastawakens self-assigned this Jul 15, 2026
@beastawakens
beastawakens merged commit 4e0f2dd into main Jul 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant