mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Update commitChanges parameter
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
e99909cbdb
commit
6167fab78c
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(filePath);
|
await commitChanges(core.getInput('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