Sort output JSON

This commit is contained in:
powe97 2024-03-06 12:10:23 -06:00 committed by GitHub
parent aec272e28e
commit 45cfba68ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
- name: Combine JSONs
run: |
cat new-data/* | jq -s 'add' > data/transfer.json
cat new-data/* | jq -s 'add | sort_by(.institution)' > data/transfer.json
- name: Commit data
working-directory: data