This commit is contained in:
powe97 2024-03-06 12:41:13 -06:00
commit 3b239f9cef
No known key found for this signature in database
GPG Key ID: 7D1663B10978D1BA
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