Files
b4l-project-template/.gitea/workflows
grabowski 4371c0f201
All checks were successful
Auto-Sort Files / auto-sort (push) Successful in 5s
Fix workflow file movement detection issue
- 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
2025-08-11 11:16:49 +07:00
..