From b362eab000ede06382945d139dfc62bbfbb5c602 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sat, 20 Jul 2024 01:13:54 -0500 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 82e75ee..5299009 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -19,8 +19,8 @@ jobs: - name: Setup Git Bot run: | git --version - git config user.name 'github-actions[bot]' - git config user.email 'github-actions[bot]@users.noreply.github.com' + git config user.name 'daylin-bot' + git config user.email 'bot@dayl.in' - uses: DeterminateSystems/nix-installer-action@v12 with: