Update weekly_sortjson.yaml

This commit is contained in:
Alexandre
2023-01-08 20:35:27 +01:00
committed by GitHub
parent 0a1583fdda
commit 98829c5a23

View File

@@ -19,7 +19,7 @@ jobs:
for files in */*.json; do
echo "Sorting $files"
jq --sort-keys . "$files" > config2.json && cat config2.json > "$files" && rm config2.json
echo "::set-output name=changed::1"
echo "changed=1" >> $GITHUB_OUTPUT
done
shell: bash
- name: Commit if needed