From 858a126192b2bf2e520ace2e123a565074dced17 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 3 Dec 2024 09:31:15 +0100 Subject: [PATCH] Configure the global git user to push to rewrite-nodejs too --- .github/workflows/advisories.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/advisories.yml b/.github/workflows/advisories.yml index c2d4aa2..2013df1 100644 --- a/.github/workflows/advisories.yml +++ b/.github/workflows/advisories.yml @@ -32,8 +32,8 @@ jobs: # Commit and push Maven advisories here - name: configure-git-user run: | - git config user.email "team@moderne.io" - git config user.name "team-moderne[bot]" + git config --global user.email "team@moderne.io" + git config --global user.name "team-moderne[bot]" - name: Create commit message run: | echo "MSG=[Auto] GitHub advisories as of $(date +'%Y-%m-%dT%H%M')" >> $GITHUB_ENV