From 4185f7a0d238c0396a11bf6787c07e9d08d1ca14 Mon Sep 17 00:00:00 2001 From: Miguel Langarano Date: Fri, 5 Jan 2024 17:58:08 -0500 Subject: [PATCH] chore(ci): log data --- src/utils.js | 1 + 1 file changed, 1 insertion(+) 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,