diff --git a/src/git.ts b/src/git.ts index 1bf788bd..152c4d26 100644 --- a/src/git.ts +++ b/src/git.ts @@ -310,6 +310,7 @@ export async function deploy(action: ActionInterface): Promise { // 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) }