From b844e166a9fd832e53ba25fc2403ed06f05a7158 Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Mon, 11 Aug 2025 12:16:34 +1000 Subject: [PATCH] fix: build --- .github/workflows/translations-upload.yml | 2 ++ packages/lib/utils/document-audit-logs.ts | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translations-upload.yml b/.github/workflows/translations-upload.yml index 3744376a3..adadc0d61 100644 --- a/.github/workflows/translations-upload.yml +++ b/.github/workflows/translations-upload.yml @@ -28,6 +28,8 @@ 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) diff --git a/packages/lib/utils/document-audit-logs.ts b/packages/lib/utils/document-audit-logs.ts index 2f43434ca..fe4c43e1d 100644 --- a/packages/lib/utils/document-audit-logs.ts +++ b/packages/lib/utils/document-audit-logs.ts @@ -445,7 +445,6 @@ export const formatDocumentAuditLogAction = ( identified: msg`${prefix} sent the document`, })) .with({ type: DOCUMENT_AUDIT_LOG_TYPE.DOCUMENT_MOVED_TO_TEAM }, () => ({ - anonymous: msg`Document moved to team`, anonymous: msg({ message: `Document moved to team`, context: `Audit log format`,