diff --git a/entrypoint.sh b/entrypoint.sh index ee2b830..e328bf3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,7 +12,7 @@ if [ -z "$REPO_USERNAME" ] then REPO_USERNAME=$GITHUB_USERNAME fi -if [ -z "$TARGET_BRANCH"] +if [ -z "$TARGET_BRANCH" ] then TARGET_BRANCH="master" fi