Skip to content

Commit

Permalink
Configure the global git user to push to rewrite-nodejs too
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 3, 2024
1 parent 9b22d62 commit 858a126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/advisories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# Commit and push Maven advisories here
- name: configure-git-user
run: |
git config user.email "[email protected]"
git config user.name "team-moderne[bot]"
git config --global user.email "[email protected]"
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
Expand Down

0 comments on commit 858a126

Please sign in to comment.