Update commitChanges parameter

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-18 15:35:48 +03:00
parent e99909cbdb
commit 6167fab78c
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -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)