Actually fix status this time

This commit is contained in:
2026-03-13 17:20:27 +01:00
parent e73516fbe7
commit 8c797e4269

View File

@@ -33,7 +33,7 @@ let
};
gitea_status_repo = {
type = "string";
value = "${info.head.ref}";
value = "${info.head.sha}";
emailresponsible = false;
};
};