We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d17fb1 + f4cae94 commit ae4f9caCopy full SHA for ae4f9ca
.github/workflows/output_config.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run and save output
28
# Sort the fields array by name to ensure consistent ordering
29
run: |
30
- ./connector config | jq '{ fields: (.fields | sort_by(.name)) }' > config_schema.json
+ ./connector config | jq > config_schema.json
31
32
- name: Commit changes
33
uses: EndBug/add-and-commit@v9
0 commit comments