This commit is contained in:
parent
ddc9c8ab51
commit
436893bc16
@ -14,6 +14,14 @@ jobs:
|
|||||||
# 以下是steps
|
# 以下是steps
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
# 检出仓库
|
||||||
|
- name: Checkout
|
||||||
|
uses: https://gitee.com/actions-mirror/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
# 启用子模块支持
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: 设置环境变量
|
- name: 设置环境变量
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.AUTOGENERATE }}
|
GITEA_TOKEN: ${{ secrets.AUTOGENERATE }}
|
||||||
@ -23,14 +31,6 @@ jobs:
|
|||||||
git config user.name "${{ github.actor }}"
|
git config user.name "${{ github.actor }}"
|
||||||
git config user.email "${{ github.actor }}@users.noreply.git.linuxacme.com"
|
git config user.email "${{ github.actor }}@users.noreply.git.linuxacme.com"
|
||||||
|
|
||||||
# 检出仓库
|
|
||||||
- name: Checkout
|
|
||||||
uses: https://gitee.com/actions-mirror/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
# 启用子模块支持
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
- name: 替换软件源为国内软件源(USTC)
|
- name: 替换软件源为国内软件源(USTC)
|
||||||
run: |
|
run: |
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
|
Loading…
Reference in New Issue
Block a user