Skip to content

Commit

Permalink
github-actions-indicators - Restore feature (#7294)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu committed Mar 20, 2024
1 parent 9cf1bb7 commit c3f0d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/features/github-actions-indicators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async function addIndicators(workflowListItem: HTMLAnchorElement): Promise<void>
}

async function init(signal: AbortSignal): Promise<false | void> {
observe('a.ActionList-content', addIndicators, {signal});
observe('a.ActionListContent', addIndicators, {signal});
}

void features.add(import.meta.url, {
Expand Down

0 comments on commit c3f0d42

Please sign in to comment.