petsinc/"Last successful commit" Github Action
GitHub action for identifying the last successful commit for a given workflow and branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow-id | The workflow ID to check for the last successful commit. You can use the filename of the workflow | yes | — |
| branch | The branch to check for the last successful commit | no | — |
| event | The event type to check for the last successful commit | no | — |
| github-token | The GitHub token to use for the API calls | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| commit-sha | SHA of the last successful commit |