From f762052924fac8e00ae02c88a8ee676d729b41aa Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Wed, 29 May 2024 18:25:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20cicd=E6=96=B0=E5=A2=9E=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/run.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index a1d858d..1188f7f 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -8,4 +8,5 @@ jobs: gitea-action-test: runs-on: ubuntu-latest steps: - - run: "echo ${{ github.event.head_commit.message }}" \ No newline at end of file + - run: "echo ${{ github.event.head_commit.message }}" + - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file