GitHub · Arazzo Workflow
GitHub Inspect the Latest Commit on a Branch
Version 1.0.0
List a branch's commits, take the newest, then fetch that commit's full detail.
Provider
Workflows
inspect-latest-commit
List commits on a branch then fetch the newest commit's detail.
Lists commits on a branch, captures the newest commit SHA, and retrieves the full commit detail for it.
1
listBranchCommits
listCommits
List the most recent commits on the branch, limited to one so the newest commit is returned first.
2
getCommitDetail
getCommit
Fetch the full detail of the newest commit using the SHA captured from the list step.