Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 3e2128c

Browse files
committed
fix mixedup scripts
1 parent f52b8ca commit 3e2128c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Run check.sh
1717
run: |
18-
./.github/scripts/deploy-registry.sh
18+
./.github/scripts/check.sh
1919
env:
2020
INSTATUS_API_KEY: ${{ secrets.INSTATUS_API_KEY }}
2121
INSTATUS_PAGE_ID: ${{ secrets.INSTATUS_PAGE_ID }}

.github/workflows/deploy-registry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18-
- name: Run check.sh
18+
- name: Run deploy-registry.sh
1919
run: |
20-
./.github/scripts/check.sh
20+
./.github/scripts/deploy-registry.sh
2121
env:
2222
GCLOUD_API_KEY: ${{ secrets.GCLOUD_API_KEY }}
2323
GCLOUD_PROD_DEPLOY_SECRET: ${{ secrets.GCLOUD_PROD_DEPLOY_SECRET }}

0 commit comments

Comments
 (0)