File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 REPO="${{ github.repository }}"
2424 echo "Fetching legacy statuses for commit: $COMMIT_SHA in $REPO"
2525
26- curl -s - H "Accept: application/vnd.github.v3+json" \
26+ curl -H "Accept: application/vnd.github.v3+json" \
2727 -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
28- "https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/statuses" | jq .
28+ "https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/statuses"
2929
3030
31- curl -s - H "Accept: application/vnd.github.v3+json" \
31+ curl -H "Accept: application/vnd.github.v3+json" \
3232 -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
33- "https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/check-runs" | jq .
33+ "https://api.github.com/repos/$REPO/commits/$COMMIT_SHA/check-runs"
3434
3535 - name : List combined status (legacy statuses summary)
3636 run : |
You can’t perform that action at this time.
0 commit comments