File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ export async function getGitHubContext(): Promise<GitHubContext | undefined> {
159159
160160 // Filter out wiki repositories because the GET call will fail and throw an error
161161 const protocolInfos = allProtocolInfos ?. filter ( info => ! info . protocol . repositoryName . match ( / \. w i k i $ / ) ) ;
162-
162+
163163 if ( ! protocolInfos ) {
164164 logDebug ( "Could not get protocol infos" ) ;
165165 return undefined ;
@@ -178,7 +178,7 @@ export async function getGitHubContext(): Promise<GitHubContext | undefined> {
178178 return await Promise . all (
179179 protocolInfos . map ( async ( protocolInfo ) : Promise < GitHubRepoContext > => {
180180 logDebug ( "Getting infos for repository" , protocolInfo . url ) ;
181-
181+
182182 const repoInfo = await client . repos . get ( {
183183 repo : protocolInfo . protocol . repositoryName ,
184184 owner : protocolInfo . protocol . owner
You can’t perform that action at this time.
0 commit comments