Skip to content

Commit b7b4985

Browse files
build(release): compiled action for 2.1.3
[skip ci]
1 parent 9139684 commit b7b4985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5587,7 +5587,7 @@ async function main() {
55875587
core.setOutput("headers", JSON.stringify(headers, null, 2));
55885588
core.setOutput(
55895589
"data",
5590-
typeof data === "string" ? data : JSON.stringify(data, null, 2)
5590+
typeof data === "object" ? JSON.stringify(data, null, 2) : data
55915591
);
55925592
} catch (error) {
55935593
if (error.status) {

0 commit comments

Comments
 (0)