drainpipe icon indicating copy to clipboard operation
drainpipe copied to clipboard

Typo in .github/actions/drainpipe/pantheon/review/action.yml

Open tess-ten7 opened this issue 2 years ago • 0 comments

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

tess-ten7 avatar Dec 14 '23 20:12 tess-ten7