fix: check-status job 增加 checkout
Continuous integration / Build (push) Successful in 4m9s Details
Continuous integration / Check Build Status (push) Failing after 16s Details

This commit is contained in:
chenwj 2024-09-04 17:20:14 +08:00
parent 6afbc821e3
commit 7fe707d8ea
2 changed files with 4 additions and 1 deletions

2
.env
View File

@ -1,2 +1,2 @@
DATABASE_URL=mysql://root:Chenweijia113!@localhost/lottery
version = "1.0.4"
version = "1.0.5"

View File

@ -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: |