diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f52d0c761c..e847eab0f5 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -14,11 +14,6 @@ jobs: with: fetch-depth: 0 - - name: git config - run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - - name: Using Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: