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

Commit 661241b

Browse files
authored
Merge pull request #22 from Code-Hex/fix/gql-github
fixed GitHub update actions
2 parents e0d40d8 + 6b0421f commit 661241b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
curl https://docs.github.com/public/schema.docs.graphql > $TARGET_SCHEMA
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
- name: Generate GitHub GraphQL Document
21+
uses: Code-Hex/gqldoc-actions@v1.0.7
22+
with:
23+
github-token: ${{ secrets.GITHUB_TOKEN }}
24+
schema: ${{ env.TARGET_SCHEMA }}
25+
output: example/github
2026
- name: create pull request
2127
uses: gr2m/create-or-update-pull-request-action@v1.x
2228
env:

0 commit comments

Comments
 (0)