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

This commit is contained in:
liyp 2025-04-12 21:17:22 +08:00
parent 21ff3acb2c
commit 4391b0cdb1

View File

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