Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-to-v19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 14, 2022
2 parents b6d9173 + 2258755 commit 9151ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -46,7 +46,7 @@ function get_renames() {
)
fi
done < <(git submodule | awk '{print $2}')
git log --name-status --ignore-submodules=all "$base" "$sha" | grep -E "^R" | awk -F '\t' -v d="$INPUT_OLD_NEW_SEPARATOR" '{print $2d$3}'
git log --name-status --ignore-submodules=all "$base".."$sha" | grep -E "^R" | awk -F '\t' -v d="$INPUT_OLD_NEW_SEPARATOR" '{print $2d$3}'
}

echo "::group::changed-files"
Expand Down

0 comments on commit 9151ce8

Please sign in to comment.