Update weekly_sortjson.yaml

This commit is contained in:
Alexandre
2023-01-08 20:36:39 +01:00
committed by GitHub
parent 98829c5a23
commit a3659c4f3f

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 "changed=1" >> $GITHUB_OUTPUT
echo "changed=1" >> "$GITHUB_OUTPUT"
done
shell: bash
- name: Commit if needed