Skip to content

Commit

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

0 comments on commit e45bad0

Please sign in to comment.