Skip to content

Commit 4f46287

Browse files
authored
Update list-status.yaml
1 parent 667b90f commit 4f46287

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/list-status.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)