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.
2 parents 00c2da4 + de4ff71 commit 2359d6eCopy full SHA for 2359d6e
.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