From 492f9929c6be1a271f5ddf624e51449a72f87cb9 Mon Sep 17 00:00:00 2001 From: Cheney Date: Wed, 12 Mar 2025 16:34:08 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 7fefeba..34b4160 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -18,4 +18,4 @@ jobs: - name: Build Docker image run: | docker build -t ${{ gitea.repository }}:latest . - - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo "This job's status is ${{ job.status }}."