Skip to content

Commit 3810501

Browse files
committed
printing bstack response
1 parent 1534b08 commit 3810501

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup-env/dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9463,6 +9463,7 @@ class ActionInput {
94639463
},
94649464
});
94659465

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

setup-env/src/actionInput/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class ActionInput {
133133
},
134134
});
135135

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

0 commit comments

Comments
 (0)