mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 03:47:20 +00:00
Update get-changed-paths.sh
This commit is contained in:
parent
8e3e2f13a8
commit
ca3088a08d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ GITHUB_OUTPUT=${GITHUB_OUTPUT:-""}
|
|||
DIFF="..."
|
||||
|
||||
if [[ -z $GITHUB_BASE_REF ]]; then
|
||||
DIFF=".."
|
||||
DIFF=" "
|
||||
fi
|
||||
|
||||
if [[ $INPUT_QUOTEPATH == "false" ]]; then
|
||||
|
|
Loading…
Reference in a new issue