You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"::warning::Failed to get changed 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
92
89
}
@@ -118,10 +115,7 @@ function get_renames() {
118
115
119
116
if [ -n"$sub_commit_cur" ];then
120
117
(
121
-
cd"$sub"&& (
122
-
# the strange magic number is a hardcoded "empty tree" commit sha
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
0 commit comments