Skip to content

Commit 85e539b

Browse files
committed
API-284: Fixed row format
1 parent 21608d5 commit 85e539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/store-api-spec-lint-results.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
--argjson results "$results" \
147147
--arg spec_hash "$computed_spec_hash" \
148148
--arg rules_hash "$computed_rules_hash" \
149-
'{json: {service_name: $service, lint_result: $results, spec_hash: $spec_hash, rules_hash: $rules_hash}}')
149+
'{service_name: $service, lint_result: $results, spec_hash: $spec_hash, rules_hash: $rules_hash}')
150150
151151
# Append the row to our rows_array
152152
rows_array+=("$row")

0 commit comments

Comments
 (0)