Release v1.6.0 测试生成readme.md
Some checks failed
自动版本发布 / AutoRelease (push) Successful in 15s
自动版本发布 / AutoREADME.md (push) Failing after 8s

This commit is contained in:
liyp 2025-04-12 20:31:10 +08:00
parent 540eaac53c
commit 8fd082d8dc

View File

@ -7,7 +7,7 @@ on:
env:
CURRENT_USER_NAME: ${{ github.actor }}
CURRENT_USER_EMAIL: $(git log -1 --pretty=format:'%ae')
CURRENT_USER_EMAIL: ""
CURRENT_REPO: ${{ github.repository }}
CURRENT_SERVER_URL: ${{ github.server_url }}
@ -29,6 +29,9 @@ jobs:
- name: 检查环境变量
run: |
# 先读取邮箱
EMAIL=$(git log -1 --pretty=format:'%ae')
echo "CURRENT_USER_EMAIL=$EMAIL" >> $GITHUB_ENV
echo "用户名 = $CURRENT_USER_NAME"
echo "邮箱 = $CURRENT_USER_EMAIL"
echo "仓库名 = $CURRENT_REPO"