diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index fb513771..0c0363c8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -61,7 +61,7 @@ jobs: run: prettier --write "local-files/*.json" "local-files/**/*.json" - name: Sort JSON files - run: find local-files -type f -name '*.json' -not -path "local-files/genericTrans/lyrics/*" -exec sort-json {} + + run: find local-files -type f -name '*.json' -not -path "local-files/genericTrans/*" -exec sort-json {} + - name: Authorize Git run: |