From a8cc638e4fe8f0d34dca3fd412bc0eb84b944966 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 17 Jul 2022 13:12:04 +0000 Subject: [PATCH] =?UTF-8?q?Deploy=20Production=20Code=20for=20Commit=2022b?= =?UTF-8?q?c97173302d8310cfb9a47b9111e9a7b180d44=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/git.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/git.js b/lib/git.js index 42162eb6..bd14488a 100644 --- a/lib/git.js +++ b/lib/git.js @@ -182,6 +182,7 @@ function deploy(action) { (0, core_1.info)('Updates were rejected'); // If the push failed for any reason other than being rejected, // there is a problem + console.log('THE LOG---', pushResult.stderr); if (!rejected && pushResult.stderr) throw new Error(pushResult.stderr); } while (rejected);