We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64046f2 commit 1676257Copy full SHA for 1676257
dev/javadoc.sh
@@ -20,8 +20,8 @@ echo -e "Building Javadoc...\n"
20
./mvnw -DskipTests=true site
21
22
echo -e "Publishing javadoc to $BRANCH...\n"
23
-git config --global user.email "noreply@github.com"
24
-git config --global user.name "Foo Bar"
+git config --global user.name "github-actions[bot]"
+git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
25
git clone --quiet --branch=$BRANCH \
26
https://github.com/oracle/opengrok "$BRANCH"
27
0 commit comments