Release v1.6.3 测试生成readme.md
Some checks failed
自动版本发布 / AutoRelease (push) Failing after 7s

This commit is contained in:
liyp 2025-04-12 21:16:40 +08:00
parent 8c4e12b551
commit 21ff3acb2c

View File

@ -27,10 +27,9 @@ jobs:
UserEmail: $(git log -1 --pretty=format:'%ae')
GitRepo: ${{ github.repository }}
ServerUrl: ${{ github.server_url }}
echo "ENV_USER_NAME = $Name" >> $GITHUB_OUTPUT
echo "ENV_USER_EMAIL=$Email" >> $GITHUB_OUTPUT
echo "ENV_REPO_NAME = $Repo" >> $GITHUB_OUTPUT
echo "ENV_USER_NAME = $UserName" >> $GITHUB_OUTPUT
echo "ENV_USER_EMAIL=$UserEmail" >> $GITHUB_OUTPUT
echo "ENV_REPO_NAME = $GitRepo" >> $GITHUB_OUTPUT
echo "ENV_SERVER_UEL = $ServerUrl" >> $GITHUB_OUTPUT
- name: 检查环境变量