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