diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e44a326..0f3bc1af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,7 @@ jobs: echo "forming commit..." git config --local user.email "action@github.com" git config --local user.name "Bezierinfo CI" + git status git commit -m "Automated build" -a - name: Push changes