We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c251e46 commit 944c0d8Copy full SHA for 944c0d8
scaffold/github/actions/pantheon/review/action.yml
@@ -112,7 +112,7 @@ runs:
112
drainpipe_exec "terminus aliases --only ${{ inputs.site-name }} --yes"
113
if [ "${{ inputs.run-installer }}" == "true" ]; then
114
drainpipe_exec "./vendor/bin/drush @${{ inputs.site-name }}.pr-$DRAINPIPE_PR_NUMBER --yes site:install --existing-config"
115
- elif drainpipe_exec "./vendor/bin/task -l | grep '* update: ')"; then
+ elif drainpipe_exec "./vendor/bin/task -l | grep '* update: '"; then
116
drainpipe_exec "./vendor/bin/task update site=@${{ inputs.site-name }}.pr-$DRAINPIPE_PR_NUMBER"
117
else
118
drainpipe_exec "./vendor/bin/task drupal:update site=@${{ inputs.site-name }}.pr-$DRAINPIPE_PR_NUMBER"
0 commit comments