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
@@ -51,8 +51,6 @@ async function run() {
|
||||
const filePathRelatedToRoot = getProjectInfoFilePath(filePathInput, true);
|
||||
await commitChanges(file, filePathRelatedToRoot);
|
||||
|
||||
const payload = JSON.stringify(github.context.payload + '\n', undefined, 2)
|
||||
|
||||
// console.log(`The event payload: ${payload}`);
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
|
||||
Reference in New Issue
Block a user