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