From 466729ba3d0cb9ac113e3bbe73f7b1a3d2e2e4a5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 31 Oct 2022 09:48:58 +0100 Subject: [PATCH] Fix test script --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 00189f4..345ac5e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -48,4 +48,4 @@ jobs: max_attempts: 5 retry_wait_seconds: 2 warning_on_retry: false - command: curl -sSL --fail -m 10 https://gabnotes.org | grep $GITHUB_SHA > /dev/null + command: curl -sSL --fail -m 10 https://charasheet.augendre.info