admin管理员组

文章数量:1403516

In a GitHub repo, I click the Actions tab and see a list of past jobs with various completion statuses. Many are on the same branch due to the same PR but at different stages of development along that branch. Most fail, one is successful, but it's not the most recent. How do I find out the hash of the successful job?

本文标签: How do I see the commit hash of a past Actions job in GitHubStack Overflow