mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove git config as part of workflow
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ce76547a16
commit
87628eda7c
5
.github/workflows/linter.yml
vendored
5
.github/workflows/linter.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user