Release v1.8.0 测试生成readme.md

This commit is contained in:
iorebuild 2025-04-13 10:00:26 +08:00
parent f47d1c2029
commit 8832356748

View File

@ -182,7 +182,7 @@ jobs:
id: ActionEnv
run: |
# 正确的变量赋值
UserToken="${{ secrets.AUTOGENERATE }}"
UserToken="$AUTOGENERATE"
UserName="${{ github.actor }}"
UserEmail=$(git log -1 --pretty=format:'%ae')
GitRepo="${{ github.repository }}"