We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0c4d2 commit af0a801Copy full SHA for af0a801
setup-env/dist/index.js
@@ -9463,7 +9463,7 @@ class ActionInput {
9463
},
9464
});
9465
9466
- core.info(`bsApiResponse - ${JSON.parse(bsApiResponse)}`);
+ core.info(`bsApiResponse - ${JSON.stringify(bsApiResponse.data)}`);
9467
const variables = bsApiResponse.data?.variables;
9468
core.info(`variables - ${variables}`);
9469
if (variables && typeof variables === 'object') {
0 commit comments