Add git push cmd to locales workflow

Forgot to do this in the previous commit. I don't think my local
branch updated properly as a result.
This commit is contained in:
Tara Sophia Roshan 2024-01-22 20:54:14 -06:00
parent 3ca48c5332
commit 124c437a1c

View file

@ -28,5 +28,6 @@ jobs:
./bw-dev update_locales
git add -A
git commit -a -m "[GitHub Action] Update locales"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}