Skip to content

Commit 95bba6e

Browse files
committed
fmt
1 parent a9a7b90 commit 95bba6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-output.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
fi
118118
119119
## Check if the JSON output file exists and validate its contents
120-
120+
121121
cat "$JSON_OUTPUT_PATH"
122122
123123
if [[ ! -f "$JSON_OUTPUT_PATH" ]]; then
@@ -134,7 +134,7 @@ jobs:
134134
135135
JSON_MY_STRING=$(jq -r '.my_string' "$JSON_OUTPUT_PATH")
136136
if [[ "$JSON_MY_STRING" != "hello" ]]; then
137-
echo "::error:: JSON my_string should be 'hello', got: $JSON_MY_STRING"
137+
echo "::error:: JSON my_string should be 'hello', got: $JSON_MY_STRING"
138138
exit 1
139139
fi
140140

0 commit comments

Comments
 (0)