Skip to content

Commit ae4f9ca

Browse files
author
MB Burch
authored
Merge pull request #73 from ConductorOne/mbburch/remove-config-sorting
Remove field sorting in config
2 parents 6d17fb1 + f4cae94 commit ae4f9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/output_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run and save output
2828
# Sort the fields array by name to ensure consistent ordering
2929
run: |
30-
./connector config | jq '{ fields: (.fields | sort_by(.name)) }' > config_schema.json
30+
./connector config | jq > config_schema.json
3131
3232
- name: Commit changes
3333
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)