From d358c0ad7e88010d7dc61b6e05b84087ebc537d9 Mon Sep 17 00:00:00 2001 From: selfhoster1312 Date: Sat, 18 Jul 2026 18:43:20 +0200 Subject: [PATCH] fix: Proxy badge/uptime requests --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b67241b..1e28a39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ env: PKG_VERSION: "2026.07.18" # TODO: actions/checkout only supports GITHUB repos... GATUS_REPO: "selfhoster1312/gatus" - GATUS_REF: "36ac5ff8e85c71687f0e1a85879807fd31ffa6be" + GATUS_REF: "5c2d40f45e459076c340e3fd9f307ebd19385ad1" # Preview mode: Publishes the build output as a CI artifact instead of creating # a release, allowing for manual inspection of the output. This mode is # activated if the CI run was triggered by events other than pushed tags, or