unleash/Unleash Feature Flags
Lets you use the getunleash.io feature flags management solution in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-name | The application name for the GitHub Action as you want it to appear in Unleash metrics | yes | — |
| api-key | The frontend API token to use with Unleash | yes | — |
| url | URL to Unleash Edge or frontend API | yes | — |
| is-enabled | Newline-separated list of feature flag names to evaluate | no | — |
| get-variant | Newline-separated list of feature flag names to get variants for | no | — |
| context | Multiline list of key=value pairs that will be string split on = | no | — |
Outputs
| name | description |
|---|---|
| the-value | What we found in the input |