mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-21 05:28:14 +00:00
Updated entrypoint.sh
This commit is contained in:
parent
cce5bff7c0
commit
ed9e4befd6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue