From fc042b5d04d421a400828eecf2925fc75128c7d5 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Thu, 2 Dec 2021 06:16:09 +0200 Subject: [PATCH] Use correct URL --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d2b47d0..d5c3fc8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 ./...