Skip to content

Commit 944c0d8

Browse files
committedMay 6, 2024·
Issue #535: Remove extra parentheses

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scaffold/github/actions/pantheon/review/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ runs:
112112
drainpipe_exec "terminus aliases --only ${{ inputs.site-name }} --yes"
113113
if [ "${{ inputs.run-installer }}" == "true" ]; then
114114
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
115+
elif drainpipe_exec "./vendor/bin/task -l | grep '* update: '"; then
116116
drainpipe_exec "./vendor/bin/task update site=@${{ inputs.site-name }}.pr-$DRAINPIPE_PR_NUMBER"
117117
else
118118
drainpipe_exec "./vendor/bin/task drupal:update site=@${{ inputs.site-name }}.pr-$DRAINPIPE_PR_NUMBER"

0 commit comments

Comments
 (0)
Please sign in to comment.