From 385564990718c7b61e953cd65263ac43a3a7096b Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 29 Sep 2023 18:37:19 -0500 Subject: [PATCH] ci: use correct github actions user --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bacb600..648d763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,8 @@ jobs: - name: Setup Git Bot run: | git --version - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name 'github-actions[bot]' + git config user.email 'github-actions[bot]@users.noreply.github.com' - name: Check Nerd-Fonts Source run: make update-src