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 1534b08 commit 3810501Copy full SHA for 3810501
setup-env/dist/index.js
@@ -9463,6 +9463,7 @@ class ActionInput {
9463
},
9464
});
9465
9466
+ core.info(`bsApiResponse - ${bsApiResponse}`);
9467
const variables = bsApiResponse.data?.variables;
9468
if (variables && typeof variables === 'object') {
9469
// Iterate over all keys in variables and set them as environment variables
setup-env/src/actionInput/index.js
@@ -133,6 +133,7 @@ class ActionInput {
133
134
135
136
137
138
139
0 commit comments