fix: github actions

This commit is contained in:
David Nguyen
2025-08-11 12:05:26 +10:00
parent c37e10faab
commit 950951de75

View File

@ -28,8 +28,6 @@ jobs:
- name: Check and commit any files created - name: Check and commit any files created
run: | run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@documenso.com'
git add packages/lib/translations git add packages/lib/translations
git diff --staged --quiet --exit-code || (git commit -m "chore: extract translations" && git push) git diff --staged --quiet --exit-code || (git commit -m "chore: extract translations" && git push)