mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
Update media.yml
add catalog position for product
This commit is contained in:
parent
1a789661e0
commit
1420363663
1 changed files with 2 additions and 2 deletions
4
.github/workflows/media.yml
vendored
4
.github/workflows/media.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
RESPONSE=$(curl -X POST \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $ACCESS_TOKEN" \
|
||||
-d '{"query":"query($locale: String,$skip: Int){productCollection(locale:$locale,where:{appStore:true,production:true},limit: '$LIMIT', skip: $skip) {total items {sys {id} key hot trademark summary overview websiteurl description screenshots distribution vcpu memory storage logo {imageurl} catalogCollection(limit:15) {items {key title catalogCollection(limit:5){items{key title}}}}}}}", "variables":{"locale":"'$LOCALE'", "skip":'$SKIP'}}' \
|
||||
-d '{"query":"query($locale: String,$skip: Int){productCollection(locale:$locale,where:{appStore:true,production:true},limit: '$LIMIT', skip: $skip) {total items {sys {id} key hot trademark summary overview websiteurl description screenshots distribution vcpu memory storage logo {imageurl} catalogCollection(limit:15) {items {key title catalogCollection(limit:5){items{key title position}}}}}}}", "variables":{"locale":"'$LOCALE'", "skip":'$SKIP'}}' \
|
||||
https://graphql.contentful.com/content/v1/spaces/ffrhttfighww)
|
||||
ITEMS+=($(echo $RESPONSE | jq '.data.productCollection.items[]'))
|
||||
TOTAL=$(echo $RESPONSE | jq '.data.productCollection.total')
|
||||
|
@ -75,4 +75,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: media
|
||||
path: media.zip
|
||||
path: media.zip
|
||||
|
|
Loading…
Reference in a new issue