From 6c17ba31a9d8059c68e619ee1a55c7a87c87269f Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 20 Sep 2019 10:43:15 +0200 Subject: [PATCH] Output $INPUT_REF --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 4d326c2..e653976 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,6 +29,8 @@ then echo "Push Branch Value: $PUSH_BRANCH"; + echo "Input Ref: $INPUT_REF"; + # Switch to branch from current Workflow run git checkout $INPUT_REF