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 8d8b3d0 commit de4ff71Copy full SHA for de4ff71
.github/workflows/list-status.yaml
@@ -27,6 +27,9 @@ jobs:
27
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
28
"https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/statuses"
29
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"
33
34
curl -H "Accept: application/vnd.github.v3+json" \
35
0 commit comments