Skip to content

ci: accept the branch input sent by percy/cli SDK regression (PER-9772)#17

Merged
pranavz28 merged 1 commit into
mainfrom
PER-9772_accept-branch-dispatch-input
Jul 3, 2026
Merged

ci: accept the branch input sent by percy/cli SDK regression (PER-9772)#17
pranavz28 merged 1 commit into
mainfrom
PER-9772_accept-branch-dispatch-input

Conversation

@pranavz28

Copy link
Copy Markdown
Contributor

The percy/cli SDK regression dispatches test.yml on every SDK with {"branch": "<cli branch>"}. This workflow's workflow_dispatch declared no inputs, so GitHub rejected the dispatch with 422 "Unexpected inputs provided" (regression job: run 28642088184).

Declare an optional branch input for dispatch compatibility. It is intentionally unused — this suite unit-tests the GraalJS scripts in a vm harness and never installs @percy/cli — and it is never interpolated into any run: command.

🤖 Generated with Claude Code

The percy/cli regression fan-out dispatches every SDK's test.yml with
{branch: <cli branch>}. This workflow declared no inputs, so the
dispatch API rejected it with 422 'Unexpected inputs provided'. Declare
the input for dispatch compatibility; the suite itself never installs
@percy/cli, so the value is unused.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@pranavz28 pranavz28 merged commit 19689f9 into main Jul 3, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant