We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318d37e commit 9e6a222Copy full SHA for 9e6a222
src/renderer/utils/notifications/handlers/checkSuite.ts
@@ -77,7 +77,7 @@ export function getCheckSuiteAttributes(
77
78
return {
79
workflowName,
80
- attemptNumber: attemptNumber ? Number.parseInt(attemptNumber) : null,
+ attemptNumber: attemptNumber ? Number.parseInt(attemptNumber, 10) : null,
81
status: getCheckSuiteStatus(statusDisplayName),
82
statusDisplayName,
83
branchName,
0 commit comments