fix: check-status job 增加 checkout
This commit is contained in:
parent
6afbc821e3
commit
7fe707d8ea
2
.env
2
.env
|
|
@ -1,2 +1,2 @@
|
||||||
DATABASE_URL=mysql://root:Chenweijia113!@localhost/lottery
|
DATABASE_URL=mysql://root:Chenweijia113!@localhost/lottery
|
||||||
version = "1.0.4"
|
version = "1.0.5"
|
||||||
|
|
@ -61,6 +61,9 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Check if build job succeeded
|
- name: Check if build job succeeded
|
||||||
if: needs.build.result == 'success'
|
if: needs.build.result == 'success'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue