From d80b0b4d46727a1d737b1613afe57f45f84ff799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E7=92=9F?= Date: Thu, 8 Jun 2023 17:34:50 +0800 Subject: [PATCH] Update getDatafromContentful.yml --- .github/workflows/getDatafromContentful.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/getDatafromContentful.yml b/.github/workflows/getDatafromContentful.yml index 2c8e5e92..20a72d71 100644 --- a/.github/workflows/getDatafromContentful.yml +++ b/.github/workflows/getDatafromContentful.yml @@ -20,7 +20,7 @@ jobs: -H "Content-Type: application/json" \ -H "Authorization: Bearer $ACCESS_TOKEN" \ --data '{"query":"query($locale: String){catalog(id: \"2Yp0TY3kBHgG6VDjsHZNpK\",locale:$locale) {linkedFrom(allowedLocales:[\"en-US\"]) {catalogCollection(limit:20) {items {key position title linkedFrom(allowedLocales:[\"en-US\"]) {catalogCollection(limit:20) {items {key title position}}}}}}}}","variables":{"locale":"$LOCALE"}}' \ - https://graphql.contentful.com/content/v1/spaces/$SPACE_ID > appmanage/static/json/catalog_$LOCALE.json + https://graphql.contentful.com/content/v1/spaces/$SPACE_ID > catalog_$LOCALE.json done - name: Commit and push changes