Skip to content

Commit

Permalink
Update get-changed-paths.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Oct 21, 2022
1 parent ca3088a commit 627dfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-changed-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GITHUB_OUTPUT=${GITHUB_OUTPUT:-""}
DIFF="..."

if [[ -z $GITHUB_BASE_REF ]]; then
DIFF=" "
DIFF=".."
fi

if [[ $INPUT_QUOTEPATH == "false" ]]; then
Expand Down

0 comments on commit 627dfaf

Please sign in to comment.