Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/armando/fix/CYCLOUD-1447' into a…
Browse files Browse the repository at this point in the history
…rmando/fix/CYCLOUD-1447
  • Loading branch information
ax-vasquez committed Aug 30, 2023
2 parents f0541c7 + d984062 commit 25b5378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74871,6 +74871,8 @@ const detectPrNumber = async () => {
}
)

console.log(`RESPONSE: `, resp)

if (resp && resp.data && resp.data[0] && resp.data[0].number) {
prNumber = resp.data[0].number
}
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ const detectPrNumber = async () => {
}
)

console.log(`RESPONSE: `, resp)

if (resp && resp.data && resp.data[0] && resp.data[0].number) {
prNumber = resp.data[0].number
}
Expand Down

0 comments on commit 25b5378

Please sign in to comment.