Merge pull request #88 from liyishuai/patch-1

deploy: really check environment
This commit is contained in:
Sivan 2022-03-26 23:18:44 +08:00 committed by GitHub
commit eadee6a3b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
needs: check-env
steps:
- name: Checkout
uses: actions/checkout@v2