From 6f3bc3796754ede197e1f5ee40375bdccdb14754 Mon Sep 17 00:00:00 2001 From: rex_divakar Date: Tue, 6 Oct 2020 01:13:32 +0530 Subject: [PATCH] Updated commit fix (#1361) * Updated commit fix * Update code-style.yml --- .github/workflows/code-style.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 880d6601fcef..d8a9a2dc6278 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -14,10 +14,8 @@ jobs: autopep8 --recursive --in-place --aggressive --aggressive . black . - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v2.0.0 + uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_author_email: '' - commit_author_name: AutoPEP8 - commit_message: autopep8 fix + commit_message: "autopep8 fix" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}