1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

Remove full stop from localisation workflow commit message

This commit is contained in:
Aaron van Geffen
2020-08-15 23:14:07 +02:00
committed by GitHub
parent e2536118aa
commit 9484f90911

View File

@@ -36,7 +36,7 @@ jobs:
git add .
git config --global user.name "OpenRCT2 git bot"
git config --global user.email "gitbot@openrct2.org"
git commit -m "Merge Localisation/master into OpenRCT2/develop."
git commit -m "Merge Localisation/master into OpenRCT2/develop"
git push
echo "Complete"
else