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:
2
.github/workflows/localisation.yml
vendored
2
.github/workflows/localisation.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user