twentyfourg/Hello World
Greet someone and record the time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| regexReplaces | Stringified array Javascript replace patterns. | no | [["feature\/","dev-"],["release\/","qa-"]] |
| environmentMap | Stringified object where the keys are branch names and the values is an array of environments to map to. | — | {} |
Outputs
| name | description |
|---|---|
| environment | The environment to deploy to based on the regex replacements. |
| environmentMatrix | Matrix containing mapped environments. |