From 662073a9809b939eb19467aee3fa855d944b562c Mon Sep 17 00:00:00 2001 From: cansavvy Date: Fri, 26 Jan 2024 18:43:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/workfl?= =?UTF-8?q?ows/test-send-updates.yml'=20with=20remote=20'.github/workflows?= =?UTF-8?q?/test-send-updates.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release-null --- .github/workflows/test-send-updates.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-send-updates.yml b/.github/workflows/test-send-updates.yml index 8c688eb..ffb1afc 100644 --- a/.github/workflows/test-send-updates.yml +++ b/.github/workflows/test-send-updates.yml @@ -22,9 +22,9 @@ jobs: - name: Login as jhudsl-robot run: | - git config --system --add safe.directory "$GITHUB_WORKSPACE" - git config --local user.email "itcrtrainingnetwork@gmail.com" - git config --local user.name "jhudsl-robot" + git config --global --add safe.directory $GITHUB_WORKSPACE + git config --global user.email "itcrtrainingnetwork@gmail.com" + git config --global user.name "jhudsl-robot" - name: Set up test-sync.yml run: |