From 9207d48b8ddd3e193244f99631628f4321761e2d Mon Sep 17 00:00:00 2001 From: Cheney Date: Wed, 12 Mar 2025 17:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20CICD=20=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 34b4160..d086ad4 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -12,7 +12,8 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 + - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - name: Build Docker image