diff --git a/.github/workflows/weekly_sortjson.yaml b/.github/workflows/weekly_sortjson.yaml index a7806b2c2..f7acd2cf2 100644 --- a/.github/workflows/weekly_sortjson.yaml +++ b/.github/workflows/weekly_sortjson.yaml @@ -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