phonomenal/Get Deployment Environments from PR
Extract environment names from a PR Ref into a string list output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token provided by GitHub actions via secrets.GITHUB_TOKEN | yes | — |
| repository | Target Repository URL slug (<orgname>/<reponame>) | yes | — |
| ref | PR Ref to check for deployment environments | yes | — |
| delete_environments | Whether or not to delete environments for any deployments discovered | yes | — |
Outputs
| name | description |
|---|---|
| environmentNameList | List of environment names in string format |
| deploymentsFound | bool value to indicate whether or not deployments were found for the ref |