Skip to content

Commit 3b0c4d2

Browse files
committed
stringifying instead of parsing
1 parent 8af0a73 commit 3b0c4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-env/src/actionInput/index.js

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

136-
core.info(`bsApiResponse - ${JSON.parse(bsApiResponse)}`);
136+
core.info(`bsApiResponse - ${JSON.stringify(bsApiResponse.data)}`);
137137
const variables = bsApiResponse.data?.variables;
138138
core.info(`variables - ${variables}`);
139139
if (variables && typeof variables === 'object') {

0 commit comments

Comments
 (0)