Skip to content

Commit

Permalink
Update synapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
281677160 authored Mar 31, 2023
1 parent 5a48241 commit 6f8430f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/synapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
mkdir -p Github_Api
cd Github_Api
curl -H "Authorization: Bearer ${REPO_TOKEN}" https://api.github.com/repos/ophub/kernel/contents/pub/stable -o stable.api
curl -H "Authorization: Bearer ${REPO_TOKEN}" https://api.github.com/repos/ophub/kernel/contents/kernel_stable/pub/stable -o stable.api
if [[ $? -ne 0 ]]; then
curl -H "Authorization: Bearer ${REPO_TOKEN}" https://api.github.com/repos/ophub/kernel/contents/pub/stable > stable.api
curl -H "Authorization: Bearer ${REPO_TOKEN}" https://api.github.com/repos/ophub/kernel/contents/kernel_stable/pub/stable > stable.api
fi
curl -H "Authorization: Bearer ${REPO_TOKEN}" https://api.github.com/repos/tmate-io/tmate/releases/latest -o tmate.api
if [[ $? -ne 0 ]]; then
Expand Down

0 comments on commit 6f8430f

Please sign in to comment.