drainpipe
drainpipe copied to clipboard
Typo in .github/actions/drainpipe/pantheon/review/action.yml
During a PantheonReviewApps build, with no 'update' task in the project's Taskfile.yml, the following error occurs:
Failed to execute command ./vendor/bin/task -l | grep '* update: '): exit status 2
The error appears to be in .github/actions/drainpipe/pantheon/review/action.yml where there's an unnecessary close paraen:
elif drainpipe_exec "./vendor/bin/task -l | grep '* update: ')"; then