actions-marketplace-validations/Conditional value - missing expression for GitHub Actions
Conditional value - missing expression for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 9, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/haya14busa_action-cond@94f77f7a80cd666cb3155084e428254fea4281fd # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cond | condition. [true,false] | yes | — |
| if_true | output value if cond is true | — | "" |
| if_false | output value if cond is false | — | "" |
Outputs
| name | description |
|---|---|
| value | output value |