From 16673323de73310d2fc2cc87157511881bc0bf9c Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Mon, 23 Dec 2024 19:45:27 +0000 Subject: [PATCH] Set up author globally --- .github/workflows/sync-and-process-files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-and-process-files.yml b/.github/workflows/sync-and-process-files.yml index 1d67b918362..56d6fdd7c21 100644 --- a/.github/workflows/sync-and-process-files.yml +++ b/.github/workflows/sync-and-process-files.yml @@ -75,8 +75,8 @@ jobs: - name: Process changes id: changes run: | - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" ${{ github.workspace }}/destination/scripts/source/dispatch_product.py ${{env.SOURCE_REPO }} ${{ github.workspace }} working-directory: source