mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
localisation.yml: Use working-directory
This commit is contained in:
3
.github/workflows/localisation.yml
vendored
3
.github/workflows/localisation.yml
vendored
@@ -29,8 +29,8 @@ jobs:
|
||||
cp $f "./OpenRCT2/data/language/$filename"
|
||||
done
|
||||
- name: Commit and push
|
||||
working-directory: OpenRCT2
|
||||
run: |
|
||||
pushd ./OpenRCT2
|
||||
if [[ $(git status -s) ]]; then
|
||||
echo "Committing and pushing..."
|
||||
git add .
|
||||
@@ -42,4 +42,3 @@ jobs:
|
||||
else
|
||||
echo "No changes to merge."
|
||||
fi
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user