We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef05a59 commit 7f708aeCopy full SHA for 7f708ae
.github/workflows/build-docs.yml
@@ -38,7 +38,7 @@ jobs:
38
cp generated/* ../docs/
39
cd ..
40
git config --global user.name 'commitbot'
41
- git config --global user.email 'commitbot@boost.org'
+ git config --global user.email 'commitbot@example.com'
42
git add docs/* || true
43
git commit -m "Docs: update from proposal/ md files" || true
44
git push
0 commit comments