publishing v1 of action

This commit is contained in:
Chris Patterson 2019-08-04 16:20:50 -04:00
parent 9bb7038a07
commit 0d7d2ca665
27 changed files with 341 additions and 379 deletions

15
node_modules/.bin/shjs generated vendored
View file

@ -1,15 +0,0 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../shelljs/bin/shjs" "$@"
ret=$?
else
node "$basedir/../shelljs/bin/shjs" "$@"
ret=$?
fi
exit $ret

1
node_modules/.bin/shjs generated vendored Symbolic link
View file

@ -0,0 +1 @@
../shelljs/bin/shjs