From a624fb70158d3d464585e67a3acdbb93dddad23b Mon Sep 17 00:00:00 2001 From: Pomax Date: Mon, 29 Jun 2020 11:40:01 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff157511..f1658388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,11 +63,11 @@ jobs: - name: Commit changes run: | echo "forming commit..." - git config --local user.email "action@github.com" - git config --local user.name "Bezierinfo CI" git status + set +e git add -A git commit -m "Automated build" + set -e - name: Push changes uses: ad-m/github-push-action@master