Release v1.6.2 测试生成readme.md
All checks were successful
自动版本发布 / AutoRelease (push) Successful in 8s

This commit is contained in:
iorebuild 2025-04-12 21:25:04 +08:00
parent f0d5562e13
commit b1b6e929eb

View File

@ -25,7 +25,7 @@ jobs:
run: |
# 正确的变量赋值
UserName="${{ github.actor }}"
UserEmail=$(git log -1 --pretty=format:'%ae')
UserEmail="${{ github.actor }}@users.noreply.github.com"
GitRepo="${{ github.repository }}"
ServerUrl="$GITEA_SERVER_URL"