Update get-changed-paths.sh

This commit is contained in:
Tonye Jack 2022-10-21 06:37:03 -06:00 committed by GitHub
parent 8e3e2f13a8
commit ca3088a08d
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