send filePath to commitChanges function

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar
2023-09-18 15:21:13 +03:00
parent 1dff45e6ce
commit 12a487f9c5

View File

@@ -56,7 +56,7 @@ async function run() {
fs.writeFileSync(filePath, JSON.stringify(packageJson, null, 2));
await commitChanges();
await commitChanges(filePath);
const payload = JSON.stringify(github.context.payload, undefined, 2)