fix repo-update.yml

This commit is contained in:
Maxython
2023-09-24 13:27:27 +03:00
parent 955156ab72
commit db77d99b06

View File

@@ -107,7 +107,7 @@ jobs:
git add $(echo ${i_sp[1]} | sed 's/&&/ /g') git add $(echo ${i_sp[1]} | sed 's/&&/ /g')
{ {
if $needbuild; then if $needbuild; then
git commit -m "$(echo '"$commit_file"' | sed '/%ci:no-build/d; /\[skip ci\]/d')" git commit -m "$(echo $commit_file | sed '/%ci:no-build/d; /\[skip ci\]/d')"
else else
git commit -m "$commit_file" git commit -m "$commit_file"
fi fi