Skip to content

Commit de4ff71

Browse files
authored
Update list-status.yaml
1 parent 8d8b3d0 commit de4ff71

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)