From c2c67a2861bb7893efd72a836cc92d96215faecd Mon Sep 17 00:00:00 2001 From: Marvin M <39344769+M123-dev@users.noreply.github.com> Date: Sat, 19 Jun 2021 23:52:41 +0200 Subject: [PATCH] Update linter.yml --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 5c85f38f..d7968e56 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,7 +27,7 @@ jobs: - name: Push a commit with the changed files run: | - git config user.name Github-actions (automatic linting) + git config user.name Github-actions git config user.email github-actions@github.com git add . git commit -m "Automatic linting"