Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 11:26:20 -05:00 committed by GitHub
parent 78d694b862
commit 9bf71435a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/sh -l
if [ -z "$BRANCH" ]
then
echo "You must provide the action with a branch name."
echo "You must provide the action with a branch name it should deploy to, for example gh-pages or docs."
exit 1
fi