Update repo-update.yml

This commit is contained in:
Ivan Max
2022-01-03 18:49:58 +03:00
committed by GitHub
parent 2e265433bb
commit 0971639ea8

View File

@@ -71,6 +71,8 @@ jobs:
for i in $sort_list_files; do
commet "${i}"
git add $i
git commit -m "${i}"
git push origin master
{
git commit -m "${i}"
git push origin master
} || true
done