From 58ba7012f806ef8c4a54440b21cf43dd8ca7b0b6 Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Fri, 3 May 2024 01:10:47 -0400 Subject: [PATCH] (crystal-manyrepos/root#) --- .github/workflows/sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 77a23e4..46025e9 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,6 +16,8 @@ jobs: - name: Update Merge Commit Message shell: bash run: | + git config --global user.name "George Dietrich" + git config --global user.email "dev@dietrich.pub" git commit --allow-empty --amend -m "${{ github.event.pull_request.title }} (crystal-manyrepos/root#${{ github.event.pull_request.number }})" git push --force-with-lease - name: Sync Repos