testing bad github action fails

This commit is contained in:
Mike Farah 2021-07-24 15:06:23 +10:00
parent bdf4ad4432
commit 192a5ed0d2

View File

@ -1,5 +1,5 @@
#!/bin/sh -l
set -e
echo "::debug::\$cmd: $1"
RESULT=$(eval "$1")
echo "::debug::\$RESULT: $RESULT"