Use correct URL

This commit is contained in:
Vilsol 2021-12-02 06:16:09 +02:00
parent ce3cb2d027
commit fc042b5d04

View file

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
- name: Download GQL schema
run: "npx graphqurl http://localhost:5020/v2/query --introspect -H 'content-type: application/json' > schema.graphql"
run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"
- name: Go Generate
run: go generate -tags tools -x ./...