diff --git a/.github/scripts/move_files.sh b/.github/scripts/move_files.sh index 9e62876..fa147c4 100644 --- a/.github/scripts/move_files.sh +++ b/.github/scripts/move_files.sh @@ -67,7 +67,7 @@ git config --global user.email "$USER_EMAIL" git add --all -if [ "$(git diff --staged --quiet)" ]; then +if [ -z "$(git diff --staged)" ]; then echo '' echo '=== No changes to commit ============' echo ''