Skip to content

Commit

Permalink
Update index.js - test
Browse files Browse the repository at this point in the history
  • Loading branch information
joosangkim authored Dec 9, 2024
1 parent 64116a8 commit 8c6789f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,7 @@ function getApps() {
responseJson = yield response.json();
}
catch (e) {
core.info(responseJson.json());
core.error(e);
}
return responseJson.items.filter(app => {
Expand Down Expand Up @@ -10840,4 +10841,4 @@ exports.exec = exec;

/***/ })

/******/ });
/******/ });

0 comments on commit 8c6789f

Please sign in to comment.