From 6f60105302fcae45524a5b6232beb52829e93e3f Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 1 Nov 2025 16:14:43 +0100 Subject: [PATCH] fix(gh.render): use check name. See #2407 --- lua/snacks/gh/render.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/snacks/gh/render.lua b/lua/snacks/gh/render.lua index 6b1c1a80..3c95758f 100644 --- a/lua/snacks/gh/render.lua +++ b/lua/snacks/gh/render.lua @@ -146,7 +146,7 @@ M.props = { end if name and status then status = Snacks.picker.util.title(status:lower()) - workflows[check.workflowName .. ":" .. check.name] = status + workflows[name] = status end end local stats = {} ---@type table