From 65da4cdc536e60e66e68cd6e6e585ba53c482e7f Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Wed, 18 Dec 2024 20:29:03 +0800 Subject: [PATCH] test6 --- .workflow/pipeline-docs-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.workflow/pipeline-docs-build.yml b/.workflow/pipeline-docs-build.yml index 1368b8df..b35cb753 100644 --- a/.workflow/pipeline-docs-build.yml +++ b/.workflow/pipeline-docs-build.yml @@ -44,13 +44,14 @@ stages: - cd docs/.vuepress/dist - git init - GIT_REPO_URL=https://gitee.com/dromara/neutrino-proxy.git - - GIT_USERNAME=aoshiguchen + - GIT_NAME=aoshiguchen + - GIT_USERNAME=1052045476@qq.com - GIT_EMAIL=aoshiguchen@dromara.org - GIT_TOKEN=9ea8d4a34d8ea940ccf497ed1c24c69f - echo "https://${GIT_USERNAME}:${GIT_TOKEN}@${GIT_REPO_URL#https://}" > ~/.git-credentials - git config --global credential.helper store - git remote add origin ${GIT_REPO_URL} - - git config user.name ${GIT_USERNAME} + - git config user.name ${GIT_NAME} - git config user.email ${GIT_EMAIL} - git add -A - git commit -m "update"