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"