diff --git a/action/dist/index.js b/action/dist/index.js index 5fbe12bd..a7364b31 100644 --- a/action/dist/index.js +++ b/action/dist/index.js @@ -9802,6 +9802,8 @@ __webpack_require__.d(__webpack_exports__, { //Check if data are available if (!repository) return + if (!repository.filter) + console.log(repository.filter, repository) //Extract author const [contributor] = repository.filter(({author}) => author.login === login) //Compute editions diff --git a/src/plugins/lines/index.mjs b/src/plugins/lines/index.mjs index df62392a..7973c427 100644 --- a/src/plugins/lines/index.mjs +++ b/src/plugins/lines/index.mjs @@ -25,6 +25,8 @@ //Check if data are available if (!repository) return + if (!repository.filter) + console.log(repository.filter, repository) //Extract author const [contributor] = repository.filter(({author}) => author.login === login) //Compute editions