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 8d2a968 commit e47d52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1759,9 +1759,9 @@ function getApps() {
method: 'GET',
headers: { Cookie: `argocd.token=${ARGOCD_TOKEN}` }
});
core.info(response);
core.debug(response);
responseJson = yield response.json();
core.info(responseJson);
core.debug(responseJson);
}
catch (e) {
core.error(e);
Expand Down

0 comments on commit e47d52d

Please sign in to comment.