更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
This commit is contained in:
parent
2c6733d1ea
commit
42c55b757a
@ -5,8 +5,13 @@ jobs:
|
|||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4 # 拉取代码到工作目录
|
uses: http://127.0.0.1:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
||||||
|
with:
|
||||||
|
fetch-depth: 1 # 只拉取最新一次提交
|
||||||
|
# - name: Checkout code
|
||||||
|
# uses: actions/checkout@v4 # 拉取代码到工作目录
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user