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 608ccd6 commit ba1abe7Copy full SHA for ba1abe7
src/api-client.ts
@@ -249,7 +249,7 @@ export async function deleteActionsCache(id: number) {
249
export function wrapApiConfigurationError(e: unknown) {
250
if (isHTTPError(e)) {
251
if (
252
- e.message.includes("API rate limit exceeded for site ID installation") ||
+ e.message.includes("API rate limit exceeded for installation") ||
253
e.message.includes("commit not found") ||
254
/^ref .* not found in this repository$/.test(e.message)
255
) {
0 commit comments