mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
send filePath to commitChanges function
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
1dff45e6ce
commit
12a487f9c5
2
index.js
2
index.js
@ -56,7 +56,7 @@ async function run() {
|
|||||||
|
|
||||||
fs.writeFileSync(filePath, JSON.stringify(packageJson, null, 2));
|
fs.writeFileSync(filePath, JSON.stringify(packageJson, null, 2));
|
||||||
|
|
||||||
await commitChanges();
|
await commitChanges(filePath);
|
||||||
|
|
||||||
const payload = JSON.stringify(github.context.payload, undefined, 2)
|
const payload = JSON.stringify(github.context.payload, undefined, 2)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user