From 950951de754eba8597466273355d9a3caf693c8d Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Mon, 11 Aug 2025 12:05:26 +1000 Subject: [PATCH] fix: github actions --- .github/workflows/translations-upload.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/translations-upload.yml b/.github/workflows/translations-upload.yml index adadc0d61..3744376a3 100644 --- a/.github/workflows/translations-upload.yml +++ b/.github/workflows/translations-upload.yml @@ -28,8 +28,6 @@ jobs: - name: Check and commit any files created run: | - git config --global user.name 'github-actions' - git config --global user.email 'github-actions@documenso.com' git add packages/lib/translations git diff --staged --quiet --exit-code || (git commit -m "chore: extract translations" && git push)