svix-jbrown/Get Newly Deployed Commits
Get metadata about newly-deployed commits in a given environment of repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | — |
| owner | owner of the repository | yes | — |
| repo | name of the repository | yes | — |
| environment | name of the deployment environment | yes | — |
| sha | SHA of the current deployment | yes | — |
Outputs
| name | description |
|---|---|
| authors | A whitespace-separated list of authors for the commits included in this deployment |
| shas | A whitespace-separated list of SHAs for the commits included in this deployment |
| num-commits | The number of commits included in this deployment |
| previous-sha | The SHA of the last deployment to this environment |