From 627dfaf0695fcf13025f66073831097546fa065b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 21 Oct 2022 06:45:37 -0600 Subject: [PATCH] Update get-changed-paths.sh --- get-changed-paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-changed-paths.sh b/get-changed-paths.sh index 266d3f9f..d2ca0f1d 100755 --- a/get-changed-paths.sh +++ b/get-changed-paths.sh @@ -11,7 +11,7 @@ GITHUB_OUTPUT=${GITHUB_OUTPUT:-""} DIFF="..." if [[ -z $GITHUB_BASE_REF ]]; then - DIFF=" " + DIFF=".." fi if [[ $INPUT_QUOTEPATH == "false" ]]; then