diff --git a/.github/workflows/localisation.yml b/.github/workflows/localisation.yml index 6efae26592..238c01b699 100644 --- a/.github/workflows/localisation.yml +++ b/.github/workflows/localisation.yml @@ -31,7 +31,7 @@ jobs: - name: Commit and push working-directory: OpenRCT2 run: | - if [[ $(git status -s) ]]; then + if [[ $(git status --porcelain) ]]; then echo "Committing and pushing..." git add . git config --global user.name "OpenRCT2 git bot"