mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Code cleanpu
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
e4da18c104
commit
2102f1bfa8
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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user