diff --git a/src/utils.js b/src/utils.js index b519485..b7012ef 100644 --- a/src/utils.js +++ b/src/utils.js @@ -60,6 +60,7 @@ function getGhaEventData (eventFilePath, isGha) { let eventData if (eventFilePath && isGha === 'true') { const data = JSON.parse(fs.readFileSync(eventFilePath)) + console.log('DATA::', data) eventData = { headRef: data.pull_request.head.ref, headhSha: data.pull_request.head.sha,