diff --git a/dist/index.js b/dist/index.js index b886f38c2..3bcb5cc1a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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 } diff --git a/index.js b/index.js index 0e3691129..0afa28d8e 100644 --- a/index.js +++ b/index.js @@ -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 }