We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f2596 commit fed1bb9Copy full SHA for fed1bb9
.github/workflows/list-status.yaml
@@ -22,6 +22,11 @@ jobs:
22
curl -s -H "Accept: application/vnd.github.v3+json" \
23
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
24
"https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/statuses" | jq .
25
+
26
27
+ curl -s -H "Accept: application/vnd.github.v3+json" \
28
+ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
29
+ "https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/check-runs" | jq .
30
31
- name: List combined status (legacy statuses summary)
32
run: |
0 commit comments