fix mixedup scripts
This commit is contained in:
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- name: Run check.sh
|
||||
run: |
|
||||
./.github/scripts/deploy-registry.sh
|
||||
./.github/scripts/check.sh
|
||||
env:
|
||||
INSTATUS_API_KEY: ${{ secrets.INSTATUS_API_KEY }}
|
||||
INSTATUS_PAGE_ID: ${{ secrets.INSTATUS_PAGE_ID }}
|
||||
|
||||
4
.github/workflows/deploy-registry.yaml
vendored
4
.github/workflows/deploy-registry.yaml
vendored
@@ -15,9 +15,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run check.sh
|
||||
- name: Run deploy-registry.sh
|
||||
run: |
|
||||
./.github/scripts/check.sh
|
||||
./.github/scripts/deploy-registry.sh
|
||||
env:
|
||||
GCLOUD_API_KEY: ${{ secrets.GCLOUD_API_KEY }}
|
||||
GCLOUD_PROD_DEPLOY_SECRET: ${{ secrets.GCLOUD_PROD_DEPLOY_SECRET }}
|
||||
|
||||
Reference in New Issue
Block a user