svrooij/Secret (input) gate
Allows checking if some values are set and optionally fail if they arent.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| inputsToCheck | comma separated list of inputs to check. | yes | — |
| failOnMissing | Should the action fail if some input has no value? | — | false |
Outputs
| name | description |
|---|---|
| inputsChecked | True for no values missing |