mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(gh.render): use check name. See #2407
Some checks are pending
CI / ci (push) Waiting to run
Some checks are pending
CI / ci (push) Waiting to run
This commit is contained in:
parent
74864a7bb8
commit
6f60105302
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue