Skip to content

Commit 7aa00c3

Browse files
authored
Merge branch 'developerproductivity:main' into main
2 parents 75f6bdb + fed1bb9 commit 7aa00c3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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)