1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Make check for localisation changes more robust (#15893)

This commit is contained in:
Hielke Morsink
2021-11-12 09:24:12 +01:00
committed by GitHub
parent 27e821ae52
commit 12ffb8fa13

View File

@@ -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"