From 9bf71435a142eaf4038d774e4cf15bc76affc39c Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 11:26:20 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2ab6a2d9..1f90c1f1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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