From 12ffb8fa132b79b5895973600ab06361aa770ceb Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Fri, 12 Nov 2021 09:24:12 +0100 Subject: [PATCH] Make check for localisation changes more robust (#15893) --- .github/workflows/localisation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"