From e26c8c577686ebca2748637fe59df1dd3ff61519 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Tue, 19 Sep 2023 11:13:50 +0300 Subject: [PATCH] Comment out the fileWrite function Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f4fc096..b8475b3 100644 --- a/index.js +++ b/index.js @@ -48,7 +48,7 @@ async function run() { console.log(`Old version: ${version}. New version: ${newVersion}`) - fs.writeFileSync(file, JSON.stringify(file, null, 2)); + // fs.writeFileSync(file, JSON.stringify(file, null, 2)); await commitChanges(core.getInput('filePath'), JSON.stringify(file, null, 2));