hello-world-javascript-action icon indicating copy to clipboard operation
hello-world-javascript-action copied to clipboard

inputs.who-to-greet.required should be set to false since the parameter has a default value

Open ilyasotkov opened this issue 4 years ago • 0 comments

I can use this Action without supplying any inputs and the default for who-to-greet input variable is "World". Why is it documented (in action.yml and README.md) as required?

And more generally, why would Metadata syntax for GitHub Actions specification even allow required: true and default to be specified together?

ilyasotkov avatar Aug 21 '20 14:08 ilyasotkov