diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 51eaae0a..e0dcad72 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -90,9 +90,9 @@ jobs: run: | set +e git status - # git add --update - # git commit -m "Auto-format code" - # git push + git add --update + git commit -m "Auto-format code" + git push set -e # Update plugins and template indexes, along with README.md