From 0f7ee3d4ae09b48e95a5c21f803db347cb7014be Mon Sep 17 00:00:00 2001 From: Pomax Date: Mon, 29 Jun 2020 11:46:34 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1658388..834fb95e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,8 @@ jobs: run: | echo "forming commit..." git status + git config --local user.email "action@github.com" + git config --local user.name "Bezierinfo CI" set +e git add -A git commit -m "Automated build"