We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd2312 commit d86d0acCopy full SHA for d86d0ac
.github/workflows/sync_contentful.yml
@@ -31,4 +31,4 @@ jobs:
31
contentful merge export --te dev --se master --output-file merge.js
32
contentful space migration --space-id ffrhttfighww --environment-id dev --yes merge.js
33
contentful-merge create --cda-token $CDN_TOKEN --space ffrhttfighww --source master --target dev --output-file data.json
34
- contentful-merge apply --cma-token $CONTENTFUL_TOKEN --space ffrhttfighww --environment dev --file data.json
+ contentful-merge apply --cma-token $CONTENTFUL_TOKEN --space ffrhttfighww --environment dev --yes --file data.json
0 commit comments