diff --git a/.github/workflows/repo-update.yml b/.github/workflows/repo-update.yml index 8600084716..d3a94476c0 100644 --- a/.github/workflows/repo-update.yml +++ b/.github/workflows/repo-update.yml @@ -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