Merge pull request #6 from coder/mes/script-fix

fix: update script path
This commit is contained in:
Michael Smith 2025-04-17 14:18:50 -04:00 committed by GitHub
commit 385966dc90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
- name: Run check.sh
run: |
./.github/scripts/check.sh
./.github/scripts/check_registry_site_health.sh
env:
INSTATUS_API_KEY: ${{ secrets.INSTATUS_API_KEY }}
INSTATUS_PAGE_ID: ${{ secrets.INSTATUS_PAGE_ID }}