From 238358deeee6c7b16a4a3fe2981b2758014570ea Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 12 Feb 2024 18:23:13 -0500 Subject: [PATCH] try dummy info --- .github/workflows/test-gh.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-gh.yaml b/.github/workflows/test-gh.yaml index fc5f7f953..0243b3a21 100644 --- a/.github/workflows/test-gh.yaml +++ b/.github/workflows/test-gh.yaml @@ -47,5 +47,7 @@ jobs: - name: Sync Repos run: | + git config --global user.name "github-actions[bot]" && \ + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" && \ git config -l && \ pnpm run sync-repos