mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
try again
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -58,8 +58,8 @@ jobs:
|
||||
- name: Health check
|
||||
if: ${{ (curl -u "$login" -v "$status_page") != *"ok"* }}
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: core.setFailed('Health check failed')
|
||||
with:
|
||||
script: core.setFailed('Health check failed')
|
||||
env:
|
||||
login: ${{secrets.NOTIFY_E2E_TEST_HTTP_AUTH_USER}}:${{secrets.NOTIFY_E2E_TEST_HTTP_AUTH_PASSWORD}}
|
||||
status_page: ${{secrets.NOTIFY_E2E_TEST_URI}}_status
|
||||
|
||||
Reference in New Issue
Block a user