tech-amigos-limited/last-deployment-action
Get a deployment id for the specified
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token | yes | — |
| repo | Look for deployments in this repository, format is owner/repo, defaults to github.repository | no | ${{ github.repository }} |
| ref | Look for deployments on this ref, defaults to github.head_ref | no | ${{ github.head_ref }} |
Outputs
| name | description |
|---|---|
| last_deployment_id | The deployment id |
| last_status | Last status of deployment |