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 #!/bin/sh -l
set -e
echo "::debug::\$cmd: $1" echo "::debug::\$cmd: $1"
RESULT=$(eval "$1") RESULT=$(eval "$1")
echo "::debug::\$RESULT: $RESULT" echo "::debug::\$RESULT: $RESULT"