Allow commit to fail

This commit is contained in:
Franck Nijhof 2021-04-18 20:26:53 +02:00
parent ca4ac13394
commit b0c6327b1d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -68,6 +68,7 @@ jobs:
git commit -m "🌍 Updating translations" -a
- name: 🚀 Push changes
uses: ad-m/github-push-action@v0.6.0
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}