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 62224be commit 54af79bCopy full SHA for 54af79b
.github/workflows/javadoc.yml
@@ -51,8 +51,8 @@ jobs:
51
echo "$DEPLOY_PRI" > ~/.ssh/id_rsa
52
chmod 600 ~/.ssh/id_rsa
53
ssh-keyscan github.com >> ~/.ssh/known_hosts
54
- git config --global user.name '$DEPLOY_PRI'
55
- git config --global user.email '$DEPLOY_PRI'
+ git config --global user.name 'FeatureProbeReleaseBot'
+ git config --global user.email 'bot@featureprobe.io'
56
57
58
- name: Commit documentation # 提交文档到Git仓库
0 commit comments