Update get-changed-paths.sh

This commit is contained in:
Tonye Jack 2022-10-21 06:45:37 -06:00 committed by GitHub
parent ca3088a08d
commit 627dfaf069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ GITHUB_OUTPUT=${GITHUB_OUTPUT:-""}
DIFF="..."
if [[ -z $GITHUB_BASE_REF ]]; then
DIFF=" "
DIFF=".."
fi
if [[ $INPUT_QUOTEPATH == "false" ]]; then