actions-marketplace-validations/Value as Flag
Parses a value to convert it into a boolean flag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 14, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/peter-murray_value-as-flag-action@6af649c39a2a15995c701fd999e0af247936e027 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| value | The secret value that will be checked and turned in to a boolean flag | — | — |
| default | A default setting for the flag if the secret value is not defined | — | false |
Outputs
| name | description |
|---|---|
| value | The value of the flag that was obtained from the secret as the string 'true' or 'false' |