fix(gh.render): use check name. See #2407
Some checks are pending
CI / ci (push) Waiting to run

This commit is contained in:
Folke Lemaitre 2025-11-01 16:14:43 +01:00
parent 74864a7bb8
commit 6f60105302
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -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<string, number>