Skip to content

Commit

Permalink
Modify email address of commitbot in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin authored and cmazakas committed Sep 18, 2024
1 parent ef05a59 commit 7f708ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cp generated/* ../docs/
cd ..
git config --global user.name 'commitbot'
git config --global user.email 'commitbot@boost.org'
git config --global user.email 'commitbot@example.com'
git add docs/* || true
git commit -m "Docs: update from proposal/ md files" || true
git push
Expand Down

0 comments on commit 7f708ae

Please sign in to comment.