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 }}
|
token: ${{ secrets.HOW_BAD_IS_MY_BATCH_ACCESS_TOKEN }}
|
||||||
- name: Configuring git
|
- name: Configuring git
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "Knoll_Frank@web.de"
|
git config --global user.email "<>"
|
||||||
git config --global user.name "FK"
|
git config --global user.name "no name"
|
||||||
- name: Installing dependencies
|
- name: Installing dependencies
|
||||||
uses: conda-incubator/setup-miniconda@v2
|
uses: conda-incubator/setup-miniconda@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user