Skip to content

Commit

Permalink
Set pipefail to pick up if autowrapper fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Mar 21, 2024
1 parent ecb04fd commit c263449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autofill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
table=$(echo "${{github.event.comment.body}}" | cut -d ' ' -f 4)
project=$(echo "${{github.event.comment.body}}" | cut -d ' ' -f 5)
set -o pipefail
bash assets/utility/autofill-wrapper.sh -t $table -p $project 2>&1 | tee autofill-log.txt
print $?
Expand Down
4 changes: 0 additions & 4 deletions log.txt

This file was deleted.

0 comments on commit c263449

Please sign in to comment.