Skip to content

Commit 5829345

Browse files
committed
fix: update script path
1 parent 9e9d84d commit 5829345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_registry_site_health.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/check.sh
18+
./.github/scripts/check_registry_site_health.sh
1919
env:
2020
INSTATUS_API_KEY: ${{ secrets.INSTATUS_API_KEY }}
2121
INSTATUS_PAGE_ID: ${{ secrets.INSTATUS_PAGE_ID }}

0 commit comments

Comments
 (0)