Skip to content

Commit f104251

Browse files
sdarwincmazakas
authored andcommitted
Modify email address of commitbot in github actions
1 parent 178121d commit f104251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cp generated/* ../docs/
3939
cd ..
4040
git config --global user.name 'commitbot'
41-
git config --global user.email 'commitbot@boost.org'
41+
git config --global user.email 'commitbot@example.com'
4242
git add docs/* || true
4343
git commit -m "Docs: update from proposal/ md files" || true
4444
git push

0 commit comments

Comments
 (0)