Skip to content

Commit

Permalink
chore(ci): log data
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Jan 5, 2024
1 parent 7c20c87 commit 4185f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4185f7a

Please sign in to comment.