Skip to content

Commit 54af79b

Browse files
authored
Update javadoc.yml
1 parent 62224be commit 54af79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/javadoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
echo "$DEPLOY_PRI" > ~/.ssh/id_rsa
5252
chmod 600 ~/.ssh/id_rsa
5353
ssh-keyscan github.com >> ~/.ssh/known_hosts
54-
git config --global user.name '$DEPLOY_PRI'
55-
git config --global user.email '$DEPLOY_PRI'
54+
git config --global user.name 'FeatureProbeReleaseBot'
55+
git config --global user.email 'bot@featureprobe.io'
5656
5757
5858
- name: Commit documentation # 提交文档到Git仓库

0 commit comments

Comments
 (0)