Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
fixed download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Mar 30, 2021
1 parent fed04ce commit 3c66cbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
- uses: actions/checkout@v2
- run: git checkout schema-update || true
- run: |
curl https://api.github.com/graphql \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-H 'Accept: application/vnd.github.v4.idl' | jq --raw-output .data > $TARGET_SCHEMA
curl https://docs.github.com/public/schema.docs.graphql > $TARGET_SCHEMA
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: create pull request
Expand Down

0 comments on commit 3c66cbb

Please sign in to comment.