Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3b7800

Browse files
committed
fix: update bot email
1 parent b0c7b91 commit c3b7800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- run: |
1717
git config --global user.name 'github-actions[bot]'
18-
git config --global user.email 'bot@github.com'
18+
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
1919
git submodule update --remote
2020
git add templates
2121
if ! git diff --cached --quiet; then

0 commit comments

Comments
 (0)