Skip to content

Commit d2f8156

Browse files
committed
API-284: Trying to bq load
1 parent 0c19827 commit d2f8156

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ jobs:
152152
rows_array+=("$row")
153153
done <<< "$sources"
154154
155-
printf '%s\n' "${rows_array[@]}" > transformed.json
155+
printf '%s\n' "${rows_array[@]}" > transformed.json
156+
157+
cat transformed.json
156158
157159
- name: Write to BigQuery
158160
if: steps.check-hashes.outputs.changes == 'true'

0 commit comments

Comments
 (0)