1
0
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:
Margen67
2021-04-14 23:23:52 -10:00
parent 594b08c911
commit c2f16a54aa

View File

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