Code cleanpu

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2023-09-19 13:52:54 +03:00
parent e4da18c104
commit 2102f1bfa8
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -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);