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

This commit is contained in:
liyp 2025-04-12 20:24:18 +08:00
parent 635bcb1ecb
commit 02c3be377b

View File

@ -6,10 +6,11 @@ on:
- main
env:
CURRENT_USER_NAME: "iorebuild"
CURRENT_USER_NAME: ${{ github.actor }}
CURRENT_USER_EMAIL: "liyepan@linuxacme.com"
GITEA_REPO_URL: ${{ github.server_url }}/${{ github.repository }}
REPO_NAME: ${{ github.event.repository.name }}
CURRENT_REPO: ${{ github.repository }}
CURRENT_SERVER_URL: ${{ github.server_url }}
GITEA_REPO_URL: $CURRENT_SERVER_URL/$CURRENT_REPO
jobs:
AutoRelease:
@ -27,6 +28,14 @@ jobs:
# 启用子模块支持
submodules: false
- name: 检查环境变量
run: |
echo "用户名 = $CURRENT_USER_NAME"
echo "邮箱 = $CURRENT_USER_EMAIL"
echo "仓库名 = $CURRENT_REPO"
echo "服务器URL = $CURRENT_SERVER_URL"
echo "仓库URL = $GITEA_REPO_URL"
- name: 设置环境变量
run: |
git config user.name "$CURRENT_USER_NAME"