mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-05 09:35:54 +00:00
Update get-changed-paths.sh
This commit is contained in:
parent
ca3088a08d
commit
627dfaf069
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue