From 48d348b14292cc3979a442cfb82a5c7b1cfa81c0 Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Thu, 7 Dec 2023 11:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95CI-CD=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d32dc58..97d1afa 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: https://gitea.com/actions/checkout@v3 with: fetch-depth: 0 - name: "Set up Maven"