Updated entrypoint.sh

This commit is contained in:
Tonye Jack 2022-05-14 18:27:02 -04:00
parent cce5bff7c0
commit ed9e4befd6

View File

@ -46,7 +46,7 @@ function get_renames() {
) )
fi fi
done < <(git submodule | awk '{print $2}') 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" echo "::group::changed-files"