From 8c797e42696a439addd1a9a83fcb8910cee19882 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 13 Mar 2026 17:20:27 +0100 Subject: [PATCH] Actually fix status this time --- .hydra/declarative-jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index ef42195..853621e 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -33,7 +33,7 @@ let }; gitea_status_repo = { type = "string"; - value = "${info.head.ref}"; + value = "${info.head.sha}"; emailresponsible = false; }; };