diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index b5b5a4d..3234c06 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -31,3 +31,5 @@ jobs: # Commit all changed files back to the repository - uses: stefanzweifel/git-auto-commit-action@v5 + with: + push_options: '--force'