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 e45bad0 commit 8d2a968
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 @@ -1759,10 +1759,11 @@ function getApps() {
method: 'GET',
headers: { Cookie: `argocd.token=${ARGOCD_TOKEN}` }
});
core.info(response);
responseJson = yield response.json();
core.info(responseJson);
}
catch (e) {
core.info(responseJson);
core.error(e);
}
return responseJson.items.filter(app => {
Expand Down

0 comments on commit 8d2a968

Please sign in to comment.