Skip to content

Commit c2c79dd

Browse files
author
MB Burch
committed
Remove sorting from output config
1 parent cfb2746 commit c2c79dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/output_config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
run: go build -o connector ./cmd/baton-github
2626

2727
- name: Run and save output
28-
# Sort the fields array by name to ensure consistent ordering
29-
run: |
30-
./connector config | jq '.fields |= sort_by(.name)' > config_schema.json
28+
run: ./connector config > config_schema.json
3129

3230
- name: Commit changes
3331
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)