Skip to content

Commit

Permalink
refactor: Git config user team@moderne.io
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 <team@moderne.io>
  • Loading branch information
timtebeek and TeamModerne committed Nov 29, 2024
1 parent bbbf6b2 commit da7b851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
settings-path: ${{ github.workspace }}
- 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 "team@moderne.io"
git config user.name "team-moderne[bot]"
- name: bump-rewrite-properties-to-snapshots
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
gpg-passphrase: SONATYPE_SIGNING_PASSWORD
- 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 "team@moderne.io"
git config user.name "team-moderne[bot]"
- name: bump-rewrite-properties-to-releases
run: |
Expand Down

0 comments on commit da7b851

Please sign in to comment.