From b83c081238faf094b292d98fe774fda7213147a8 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 15:56:40 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 65201a0b..50c01a7c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -18,8 +18,8 @@ then fi if [[ "$FOLDER" == "/" ]]; then - FOLDER=$GITHUB_WORKSPACE -else + FOLDER=":/" +fi ## Initializes Variables