From 7fe707d8ea83af1a7b75eabe19fa0c0c6925f3a9 Mon Sep 17 00:00:00 2001 From: chenwj Date: Wed, 4 Sep 2024 17:20:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20check-status=20job=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=20checkout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .gitea/workflows/build.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 685d558..80133b3 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ DATABASE_URL=mysql://root:Chenweijia113!@localhost/lottery -version = "1.0.4" \ No newline at end of file +version = "1.0.5" \ No newline at end of file diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d14c02b..7730880 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -61,6 +61,9 @@ jobs: if: always() runs-on: ubuntu-latest steps: + - name: Checkout + uses: https://gitea.com/actions/checkout@v4 + - name: Check if build job succeeded if: needs.build.result == 'success' run: |