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"