From 57ce55a0832562122c632d4bdb24cff6cc3b07ec Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 29 Apr 2021 18:38:50 +0200 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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