diff --git a/src/index.ts b/src/index.ts index 0c1a753..ff5b170 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,6 +23,10 @@ export default class GitUrls { configInfo.section = section; } + if (/(https?:\/\/)heroku.com\//.exec(configInfo.remoteUrl)) { + continue + } + const url = await this.getUrlAsync(configInfo); urlsMap.set(key, url); }