kekehub/find-deployment
Finds a GitHub deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| base-url | Base URL of the GitHub enterprises API | no | — |
| auto-merge | Merge the latest branch if this branch is behind the base branch | no | false |
| environment | Name of the environment that was deployment to | no | — |
| repository | Owner and the repository name | no | ${{ github.repository }} |
| ref | Git hash for tag, commits etc | no | ${{ github.sha }} |
| task | Name of the task for the deployment | yes | — |
| token | Credential to access the GitHub API | no | ${{ github.token }} |
| transient_environment | Specifies if the given environment is specific to the deployment and will no longer exist at some point in the future. | no | false |
| production_environment | Specifies if the given environment is one that end-users directly interact with | no | false |
Outputs
no outputs