Skip to content

Commit 53f6014

Browse files
committedNov 17, 2022
Add some verbosity
1 parent 7502c9d commit 53f6014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ runs:
4242
return 0;
4343
fi;
4444
if [ -n "${FAIL_COMMAND}" ]; then
45+
echo "Executing fail command:";
46+
echo "${FAIL_COMMAND}";
4547
eval "${FAIL_COMMAND}" || true;
4648
fi;
4749
sleep ${PAUSE};

0 commit comments

Comments
 (0)
Please sign in to comment.