We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I imagine it could be useful to validate along with the parsing.
Maybe our configuration could look something like this:
- uses: cobraz/setup-inputs@v1 with: inputs: | tag: required: true service: required: true env: required: true
Right now, the action naively just takes and returns the inputs. With some inputs, we can ensure the inputs are there and exit early 👍
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I imagine it could be useful to validate along with the parsing.
Maybe our configuration could look something like this:
Right now, the action naively just takes and returns the inputs. With some inputs, we can ensure the inputs are there and exit early 👍
The text was updated successfully, but these errors were encountered: