diff --git a/action.yml b/action.yml index 86f59d4..a028696 100644 --- a/action.yml +++ b/action.yml @@ -52,8 +52,4 @@ runs: run: | set -e ddev composer install - ddev install-site 2>&1 | tee output.log - if grep -q 'Drush command terminated abnormally' output.log; then - echo "Error: Drush command terminated abnormally." - exit 1 - fi + ddev install-site