Skip to content

Commit 336719e

Browse files
committed
revert the bot email address to remove any unwanted notifications
1 parent 209c6ea commit 336719e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip
3636
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37-
git config user.name 'github-actions[bot]' && git config user.email '[email protected]'
37+
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
3838
- name: Clean Build
3939
run: |
4040
mkdocs build --clean
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
python -m pip install --upgrade pip
6565
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
66-
git config user.name 'github-actions[bot]' && git config user.email '[email protected]'
66+
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
6767
- name: Deploy
6868
run: |
6969
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)