- Switch to use git diff for retrieving renamed files ([#1106](https://github.com/tj-actions/changed-files/issues/1106)) ([4a0aac0](https://github.com/tj-actions/changed-files/commit/4a0aac0d19aa2838c6741fdf95a5276390418dc2)) - (Tonye Jack)
## <!-- 9 -->⬆️ Upgrades
- Upgraded to v35.9.0 ([#1098](https://github.com/tj-actions/changed-files/issues/1098))
get_renames"${sub_commit_pre:-4b825dc642cb6eb9a060e54bf8d69288fbee4904}""${sub_commit_cur}"| awk -v r="$sub"'{ print "" r "/" $0}'
)
)||{
echo"::warning::Failed to get renamed files for submodule ($sub) between: ${sub_commit_pre:-4b825dc642cb6eb9a060e54bf8d69288fbee4904}${sub_commit_cur}. Please ensure that submodules are initialized and up to date. See: https://github.com/actions/checkout#usage" >&2
echo"::error::Failed to get renamed files between: $base → $sha" >&2
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.