kylebjordahl/Get Currently Deployed Ref
Get the ref which is currently deployed in the supplied environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | The environment to check for the latest deployment | yes | — |
| token | GitHub token with read access to deployment and statuses | yes | — |
Outputs
| name | description |
|---|---|
| ref | The git ref associated with the latest successful deployment to the environment |
| sha | The full git sha (Object ID) associated with the latest successful deployment to the environment |