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 376a088 commit b652a75Copy full SHA for b652a75
sources/requests.ts
@@ -54,7 +54,7 @@ async function GetCDNResponse(ID: string): Promise<CDNStatusResponseType> {
54
55
for (const [Key, Value] of Object.entries(ResponseRaw.paths)) {
56
if (Value.throttled) {
57
- Actions.warning(`Throttled: ${Key.replace(/^\/gh\/[A-Za-z0-9-._]+\/[A-Za-z0-9-._]+(?=@)/, '')}`)
+ Actions.warning(`Throttled: ${Key}`)
58
}
59
60
0 commit comments