Skip to content

Commit

Permalink
with pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
mbround18 committed Jul 7, 2022
1 parent 4e5d536 commit 74219f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ runs:
env:
GH_TOKEN: "${{ inputs.token }}"
run: |
set -o pipefail
OUTPUT_FILE="/tmp/auto.out"
auto ${{ inputs.command }} 2>&1 | tee "${OUTPUT_FILE}"
exit $?
- name: Check & Setup PowerShell
shell: sh
Expand Down

0 comments on commit 74219f0

Please sign in to comment.