Skip to content

Commit

Permalink
Add some verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Nov 17, 2022
1 parent 7502c9d commit 53f6014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ runs:
return 0;
fi;
if [ -n "${FAIL_COMMAND}" ]; then
echo "Executing fail command:";
echo "${FAIL_COMMAND}";
eval "${FAIL_COMMAND}" || true;
fi;
sleep ${PAUSE};
Expand Down

0 comments on commit 53f6014

Please # to comment.