phonomenal/Get Deployment ID
Get an deployment ID for a specific REF and environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | yes | ${{ github.token }} |
| ref-to-search | ref of the branch/commit to search by | yes | — |
| env-name | environment name to get ID for | yes | — |
Outputs
| name | description |
|---|---|
| deploymentId | deployment id retrieved based on ref and environment |