3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 13:47:20 +00:00

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="..." DIFF="..."
if [[ -z $GITHUB_BASE_REF ]]; then if [[ -z $GITHUB_BASE_REF ]]; then
DIFF=".." DIFF=" "
fi fi
if [[ $INPUT_QUOTEPATH == "false" ]]; then if [[ $INPUT_QUOTEPATH == "false" ]]; then