From 6167fab78c311fe9a8189f85a830a0e8adb44e8f Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Mon, 18 Sep 2023 15:35:48 +0300 Subject: [PATCH] Update commitChanges parameter 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 17c1cf2..c55f075 100644 --- a/index.js +++ b/index.js @@ -56,7 +56,7 @@ async function run() { fs.writeFileSync(filePath, JSON.stringify(packageJson, null, 2)); - await commitChanges(filePath); + await commitChanges(core.getInput('filePath')); const payload = JSON.stringify(github.context.payload, undefined, 2)