resetting user.email and user.name
This commit is contained in:
4
.github/workflows/buildAndDeployWebsite.yml
vendored
4
.github/workflows/buildAndDeployWebsite.yml
vendored
@@ -15,8 +15,8 @@ jobs:
|
||||
token: ${{ secrets.HOW_BAD_IS_MY_BATCH_ACCESS_TOKEN }}
|
||||
- name: Configuring git
|
||||
run: |
|
||||
git config --global user.email "Knoll_Frank@web.de"
|
||||
git config --global user.name "FK"
|
||||
git config --global user.email "<>"
|
||||
git config --global user.name "no name"
|
||||
- name: Installing dependencies
|
||||
uses: conda-incubator/setup-miniconda@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user