Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 10:59:11 -05:00 committed by GitHub
parent 8e3bea2a47
commit 18e4bac317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ fi
if [ -z "$FOLDER" ] if [ -z "$FOLDER" ]
then then
echo "You must provide the action with the folder name in the repository where your compiled page lives." echo "You must provide the action with the folder name in the repository where your compiled page lives."
exit 1
fi fi
# Installs Git. # Installs Git.