From 3e2128c99bee06368a54974efdc9ddbd68ee2d7d Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 11 Dec 2024 15:43:44 -0600 Subject: [PATCH] fix mixedup scripts --- .github/workflows/check.yaml | 2 +- .github/workflows/deploy-registry.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index d2e788b..02422ff 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -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 }} diff --git a/.github/workflows/deploy-registry.yaml b/.github/workflows/deploy-registry.yaml index ea45391..3132087 100644 --- a/.github/workflows/deploy-registry.yaml +++ b/.github/workflows/deploy-registry.yaml @@ -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 }}