From 2102f1bfa872e1a4bd7fd115f88fbe5417ab082b Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Tue, 19 Sep 2023 13:52:54 +0300 Subject: [PATCH] Code cleanpu Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index f2195bc..240d75e 100644 --- a/index.js +++ b/index.js @@ -51,8 +51,6 @@ async function run() { const filePathRelatedToRoot = getProjectInfoFilePath(filePathInput, true); await commitChanges(file, filePathRelatedToRoot); - const payload = JSON.stringify(github.context.payload + '\n', undefined, 2) - // console.log(`The event payload: ${payload}`); } catch (error) { core.setFailed(error.message);