From 0971639ea895ec5b3908f9d4e517ff06dd75dffb Mon Sep 17 00:00:00 2001 From: Ivan Max <60917834+Maxython@users.noreply.github.com> Date: Mon, 3 Jan 2022 18:49:58 +0300 Subject: [PATCH] Update repo-update.yml --- .github/workflows/repo-update.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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