Skip to content

Commit

Permalink
fix: diff script
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed May 31, 2024
1 parent 797e413 commit fe5d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
curl -o unlocode-subdivisions-main.jsonld https://raw.githubusercontent.com/uncefact/vocabulary-outputs/main/unlocode-subdivisions.jsonld
diff <(jq --sort-keys . unlocode-subdivisions-main.jsonld) <(jq --sort-keys . unlocode-subdivisions.jsonld) > unlocode-subdivisions-diff.txt
rm unlocode-main.jsonld
unlocode-subdivisions-main.jsonld
rm unlocode-subdivisions-main.jsonld
- name: commit json-ld
working-directory: vocab/
Expand Down

0 comments on commit fe5d4dd

Please sign in to comment.