Release v1.5.6 测试生成readme.md
This commit is contained in:
parent
fae28b8a70
commit
bdeab1b3c6
@ -5,6 +5,12 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
env:
|
||||||
|
CURRENT_USER_NAME: "iorebuild"
|
||||||
|
CURRENT_USER_EMAIL: "liyepan@linuxacme.com"
|
||||||
|
GITEA_REPO_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||||
|
REPO_NAME: ${{ github.event.repository.name }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
AutoRelease:
|
AutoRelease:
|
||||||
# 如果有Release标签则运行jobs
|
# 如果有Release标签则运行jobs
|
||||||
@ -22,11 +28,6 @@ jobs:
|
|||||||
submodules: false
|
submodules: false
|
||||||
|
|
||||||
- name: 设置环境变量
|
- name: 设置环境变量
|
||||||
env:
|
|
||||||
CURRENT_USER_NAME: "iorebuild"
|
|
||||||
CURRENT_USER_EMAIL: "liyepan@linuxacme.com"
|
|
||||||
GITEA_REPO_URL: ${{ github.server_url }}/${{ github.repository }}
|
|
||||||
REPO_NAME: ${{ github.event.repository.name }}
|
|
||||||
run: |
|
run: |
|
||||||
git config user.name "$CURRENT_USER_NAME"
|
git config user.name "$CURRENT_USER_NAME"
|
||||||
git config user.email "$CURRENT_USER_EMAIL"
|
git config user.email "$CURRENT_USER_EMAIL"
|
||||||
@ -159,11 +160,6 @@ jobs:
|
|||||||
submodules: false
|
submodules: false
|
||||||
|
|
||||||
- name: 设置环境变量
|
- name: 设置环境变量
|
||||||
env:
|
|
||||||
CURRENT_USER_NAME: "iorebuild"
|
|
||||||
CURRENT_USER_EMAIL: "liyepan@linuxacme.com"
|
|
||||||
GITEA_REPO_URL: ${{ github.server_url }}/${{ github.repository }}
|
|
||||||
REPO_NAME: ${{ github.event.repository.name }}
|
|
||||||
run: |
|
run: |
|
||||||
git config user.name "$CURRENT_USER_NAME"
|
git config user.name "$CURRENT_USER_NAME"
|
||||||
git config user.email "$CURRENT_USER_EMAIL"
|
git config user.email "$CURRENT_USER_EMAIL"
|
||||||
|
Loading…
Reference in New Issue
Block a user