We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224d464 commit 952e96cCopy full SHA for 952e96c
1 file changed
.github/workflows/drupal-update.yml
@@ -112,7 +112,7 @@ jobs:
112
run: composer install --no-scripts
113
114
- name: Install Drupal
115
- run: vendor/bin/robo digipolis:install-drupal8 ${{ inputs.drupal-install-profile }} --config-import
+ run: vendor/bin/robo digipolis:install-drupal8 ${{ inputs.drupal-install-profile }} --force --existing-config --config-import
116
117
- name: Execute config import
118
run: vendor/bin/drush cim -y
0 commit comments