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
this.log.debug(`Creating Repo using template ${JSON.stringify(this.github.rest.repos.createInOrg.endpoint(this.settings))} `)
128
+
this.log.debug(`Creating Repo using template ${JSON.stringify(this.github.rest.repos.createUsingTemplate.endpoint(options))} `)
129
129
resArray.push(newNopCommand(this.constructor.name,this.repo,this.github.rest.repos.createUsingTemplate.endpoint(options),'Create Repo Using Template'))
0 commit comments