bufferings / orb-split-config

With this Orb, you can split your config.yml into multiple files. Then, when CircleCI starts, you can merge these split files before executing workflows.
https://circleci.com/developer/orbs/orb/bufferings/split-config
MIT License
10 stars 2 forks source link

Add restriction: Parameters required by a child workflow must be declared in the setup workflow #12

Closed amarnus closed 1 year ago

amarnus commented 1 year ago

Is there an existing issue that is already proposing this?

Describe the problem imposed by not having this feature

If any of the child CircleCI config files have parameters defined, then they must also be declared in the setup workflow. Otherwise, a parametrised pipeline run will fail since CircleCI won't be able to recognise the parameters sent.

Describe the solution you'd like

If this restriction can be verified, hope it can be added to the project README.

Other

No response

bufferings commented 1 year ago

Thank you! I will check it and add the sentence to README.

bufferings commented 1 year ago

I confirmed it and added it to the README. Thank you!