All checks were successful
Auto-Sort Files / auto-sort (push) Successful in 5s
- Replace pipe-based while loop with process substitution to preserve variable scope - Use temporary file to track FILES_MOVED status across subshells - Fix issue where files were moved but commit/push steps were skipped - Use find with -print0 and while read -d '' for proper handling of filenames with spaces - Ensure FILES_MOVED flag is properly set when files are actually moved - Now correctly triggers commit and push steps when files are reorganized