mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Sort output JSON
This commit is contained in:
parent
aec272e28e
commit
45cfba68ac
2
.github/workflows/transfer.yml
vendored
2
.github/workflows/transfer.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue