Skip to content

Commit fed1bb9

Browse files
authored
Update list-status.yaml
1 parent 62f2596 commit fed1bb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/list-status.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
curl -s -H "Accept: application/vnd.github.v3+json" \
2323
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
2424
"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 .
2530
2631
- name: List combined status (legacy statuses summary)
2732
run: |

0 commit comments

Comments
 (0)