From 43c8bfffedfa22a57c0731c7d114c1d4fd75bd49 Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Tue, 4 Oct 2022 14:56:30 +0100 Subject: [PATCH] Update scripts/pro/install.sh --- scripts/pro/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pro/install.sh b/scripts/pro/install.sh index 781ecd8caa..212f5b5a39 100755 --- a/scripts/pro/install.sh +++ b/scripts/pro/install.sh @@ -19,6 +19,7 @@ if [[ -d "budibase-pro" ]]; then cd budibase-pro if [[ -z "${BRANCH}" ]]; then + echo Using GITHUB_REF_NAME: $GITHUB_REF_NAME export BRANCH=$GITHUB_REF_NAME fi