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