mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-25 15:22:59 +00:00
2
index.js
2
index.js
@@ -50,7 +50,7 @@ async function run() {
|
||||
|
||||
// fs.writeFileSync(file, JSON.stringify(file, null, 2));
|
||||
|
||||
await commitChanges(core.getInput('filePath'), JSON.stringify(file, null, 2));
|
||||
await commitChanges(core.getInput('filePath'), file);
|
||||
|
||||
const payload = JSON.stringify(github.context.payload, undefined, 2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user