Skip to content

Commit 2359d6e

Browse files
authored
Merge branch 'developerproductivity:main' into main
2 parents 00c2da4 + de4ff71 commit 2359d6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/list-status.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
2828
"https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/statuses"
2929
30+
curl -H "Accept: application/vnd.github.v3+json" \
31+
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
32+
"https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/status"
3033
3134
curl -H "Accept: application/vnd.github.v3+json" \
3235
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \

0 commit comments

Comments
 (0)