Release v1.6.2 测试生成readme.md
All checks were successful
自动版本发布 / AutoRelease (push) Successful in 8s
All checks were successful
自动版本发布 / AutoRelease (push) Successful in 8s
This commit is contained in:
parent
b1b6e929eb
commit
4e3fb69023
@ -25,9 +25,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# 正确的变量赋值
|
# 正确的变量赋值
|
||||||
UserName="${{ github.actor }}"
|
UserName="${{ github.actor }}"
|
||||||
UserEmail="${{ github.actor }}@users.noreply.github.com"
|
UserEmail=$(git log -1 --pretty=format:'%ae')
|
||||||
GitRepo="${{ github.repository }}"
|
GitRepo="${{ github.repository }}"
|
||||||
ServerUrl="$GITEA_SERVER_URL"
|
ServerUrl="${{ github.server_url }}"
|
||||||
|
|
||||||
# 将变量设置为步骤输出
|
# 将变量设置为步骤输出
|
||||||
echo "ENV_USER_NAME=$UserName" >> $GITHUB_OUTPUT
|
echo "ENV_USER_NAME=$UserName" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user