Skip to content

Commit

Permalink
feat: failure status
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-xyz committed Mar 12, 2024
1 parent 4d20c3f commit 88522ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rendered/assets/gitHubIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const getStatusIcon = (status: Run['status']) => {
case 'success':
return ActionDoneIcon;
case 'failed':
case 'failure':
return ActionFailedIcon;
case 'cancelled':
return ActionsCanceledIcon;
Expand Down

0 comments on commit 88522ad

Please sign in to comment.