Skip to content

Commit

Permalink
printing bstack response
Browse files Browse the repository at this point in the history
  • Loading branch information
darpanLalwani committed Sep 19, 2024
1 parent 1534b08 commit 3810501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup-env/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9463,6 +9463,7 @@ class ActionInput {
},
});

core.info(`bsApiResponse - ${bsApiResponse}`);
const variables = bsApiResponse.data?.variables;
if (variables && typeof variables === 'object') {
// Iterate over all keys in variables and set them as environment variables
Expand Down
1 change: 1 addition & 0 deletions setup-env/src/actionInput/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class ActionInput {
},
});

core.info(`bsApiResponse - ${bsApiResponse}`);
const variables = bsApiResponse.data?.variables;
if (variables && typeof variables === 'object') {
// Iterate over all keys in variables and set them as environment variables
Expand Down

0 comments on commit 3810501

Please sign in to comment.