From 81c60fa0fab811459d2c5df9e5e69efa0c2d0831 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Tue, 19 Sep 2023 17:22:11 +0300 Subject: [PATCH] Log error Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 637155f..15eb812 100644 --- a/index.js +++ b/index.js @@ -160,6 +160,7 @@ async function commitChanges(file, filePath) { ); console.log('Branch Updated') } catch (error) { + console.log(error) core.setFailed(error); }