From 44b0f0aa90a3860293db29db84f97a3d09930cd1 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Tue, 19 Sep 2023 11:14:37 +0300 Subject: [PATCH] Test 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 b8475b3..7135a3d 100644 --- a/index.js +++ b/index.js @@ -50,7 +50,7 @@ async function run() { // fs.writeFileSync(file, JSON.stringify(file, null, 2)); - await commitChanges(core.getInput('filePath'), JSON.stringify(file, null, 2)); + await commitChanges(core.getInput('filePath'), file); const payload = JSON.stringify(github.context.payload, undefined, 2)