pub fn get_commit_sha() -> Result<String>
Expand description

Get the commit to operate on from the GITHUB_SHA env var. When running in Github Actions, this will be set to the SHA of the merge commit that was pushed to the branch.