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
2 people authored and app committed Nov 29, 2024
1 parent 16286ad commit 3fa7f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
# Commit and push changes
- name: configure-git-user
run: |
git config --global user.email "team@moderne.io"
git config --global user.name "team-moderne[bot]"
git config user.email "team@moderne.io"
git config user.name "team-moderne[bot]"
- name: Commit and push
working-directory: rewrite-docs
run: |
Expand Down

0 comments on commit 3fa7f87

Please sign in to comment.