Skip to content

Commit 1676257

Browse files
author
Vladimir Kotal
committed
use Github actions bot as a user
1 parent 64046f2 commit 1676257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/javadoc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ echo -e "Building Javadoc...\n"
2020
./mvnw -DskipTests=true site
2121

2222
echo -e "Publishing javadoc to $BRANCH...\n"
23-
git config --global user.email "noreply@github.com"
24-
git config --global user.name "Foo Bar"
23+
git config --global user.name "github-actions[bot]"
24+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2525
git clone --quiet --branch=$BRANCH \
2626
https://github.com/oracle/opengrok "$BRANCH"
2727

0 commit comments

Comments
 (0)