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

This commit is contained in:
liyp 2025-04-12 21:18:15 +08:00
parent 4391b0cdb1
commit 9e763452b2

View File

@ -23,10 +23,10 @@ jobs:
- name: 设置环境变量
id: ActionEnv
run: |
UserName = ${{ github.actor }}
UserName = "${{ github.actor }}"
UserEmail = $(git log -1 --pretty=format:'%ae')
GitRepo = ${{ github.repository }}
ServerUrl = ${{ github.server_url }}
GitRepo = "${{ github.repository }}"
ServerUrl = "${{ github.server_url }}"
echo "ENV_USER_NAME = $UserName" >> $GITHUB_OUTPUT
echo "ENV_USER_EMAIL=$UserEmail" >> $GITHUB_OUTPUT
echo "ENV_REPO_NAME = $GitRepo" >> $GITHUB_OUTPUT