From 175e5076fe76d40eaea9e0306213c11717127050 Mon Sep 17 00:00:00 2001 From: cansavvy Date: Mon, 25 Mar 2024 19:24:25 +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-2.01 --- .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 ffb1afc..61e6b71 100644 --- a/.github/workflows/test-send-updates.yml +++ b/.github/workflows/test-send-updates.yml @@ -20,11 +20,11 @@ jobs: - name: Checkout Repository uses: actions/checkout@master - - name: Login as jhudsl-robot + - name: Login as github actions bot run: | git config --global --add safe.directory $GITHUB_WORKSPACE - git config --global user.email "itcrtrainingnetwork@gmail.com" - git config --global user.name "jhudsl-robot" + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' - name: Set up test-sync.yml run: |