zajno/Setup git flow
Determine whether build and/or deploy and for which env (staging/production) depending on github event/action and target branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| envs | JSON with available environments | no | — |
Outputs
| name | description |
|---|---|
| env | Environment: 'Staging' or 'Production' |
| build | Build target: 'stage', 'prod' or 'none' |
| deploy | Deploy target: 'stage', 'prod' or 'none' |