From a41ee9eccc80c738909511e0194a521e2bcd02a5 Mon Sep 17 00:00:00 2001 From: mengning Date: Fri, 12 Dec 2025 07:23:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/ci.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 875756a..760173f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🔍 Check out repository code - uses: https://devstar.cn/actions/checkout@v4 + uses: actions/checkout@v4 - name: 🔧 Test Codes and Build an Artifact run: | set -e # 任何命令失败都停止执行