You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(err.message==='Resource not accessible by integration'){
319
-
thrownewGitHubApiUnauthorizedError(`Unable to create a check, please make sure that the provided 'repo-token' has write permissions to ${owner}/${repo} - cause: ${err}`)
319
+
thrownewGitHubApiUnauthorizedError(`Unable to create a check, please make sure that the provided 'repo-token' has write permissions to '${owner}/${repo}' - cause: ${err}`)
320
320
}
321
-
thrownewGitHubApiError(`Unable to create a check to ${owner}/${repo} - cause: ${err}`)
321
+
thrownewGitHubApiError(`Unable to create a check to '${owner}/${repo}' - cause: ${err}`)
0 commit comments