diff --git a/index.js b/index.js index 5243e61..5871651 100644 --- a/index.js +++ b/index.js @@ -53,6 +53,7 @@ try { const parts = key.match(/\bgithub\.com[:/]([_.a-z0-9-]+\/[_.a-z0-9-]+)/); if (!parts) { + console.log(`WARN: key '{key}' does not match the appropriate format; skipping git configuration`); return; }