Skip to content

Commit

Permalink
refactor: Git config user [email protected]
Browse files Browse the repository at this point in the history
Use this link to re-run the recipe: https://app.moderne.io/builder/FqLGRNgYj?organizationId=T3BlblJld3JpdGU%3D

Co-authored-by: Moderne <[email protected]>
  • Loading branch information
timtebeek and TeamModerne committed Nov 29, 2024
1 parent f680b76 commit 5cca974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config user.email "[email protected]"
git config 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
4 changes: 2 additions & 2 deletions .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# Commit and push
- name: configure-git-user
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
git config user.name "team-moderne[bot]"
- name: Create timestamp
run: echo "NOW=$(date +'%Y-%m-%dT%H%M')" >> $GITHUB_ENV
- name: Commit and push
Expand Down

0 comments on commit 5cca974

Please sign in to comment.