mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
distinguish git-move command arguments
This commit is contained in:
parent
e20b81fa84
commit
62a2dbb978
2
.github/workflows/awesome_forkflow.yml
vendored
2
.github/workflows/awesome_forkflow.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
if [ ${fname} != ${new_fname} ]
|
||||
then
|
||||
echo " ${fname} --> ${new_fname}"
|
||||
git "mv -f" "${fname}" ${new_fname}
|
||||
git "mv" "-f" "${fname}" "${new_fname}"
|
||||
fi
|
||||
done
|
||||
git commit -am "formatting filenames $GITHUB_SHA" || true
|
||||
|
Loading…
Reference in New Issue
Block a user