Skip to content

Commit af0a801

Browse files
committed
adding dist file
1 parent 3b0c4d2 commit af0a801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-env/dist/index.js

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

9466-
core.info(`bsApiResponse - ${JSON.parse(bsApiResponse)}`);
9466+
core.info(`bsApiResponse - ${JSON.stringify(bsApiResponse.data)}`);
94679467
const variables = bsApiResponse.data?.variables;
94689468
core.info(`variables - ${variables}`);
94699469
if (variables && typeof variables === 'object') {

0 commit comments

Comments
 (0)