samhammerag/last-successful-build-action

Action to find the sha of the last successful workflow of a branch.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a repo scoped PAT.yes${{ github.token }}
branchBranch for the workflow to look for.yes
workflowWorkflow name to look for.no
jobJob name to look for.no
verifyVerify SHA of workflow run commit against list of commit SHAs in repositorynofalse
fallbackToEarliestShaIf SHA of last successful commit can not be determined, use earliest (true) or triggering sha (false)nofalse
namedescription
shaSha of the workflow-run matching the requirements.
run-idId of the workflow-run matching the requirements.