Skip to content

Commit

Permalink
Change user name & email for split monorepos
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Nov 3, 2022
1 parent cf35b4b commit a95b319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/split_monorepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
repository_organization: 'Monofony'
repository_name: '${{ matrix.package.split_repository }}'

user_name: "loic425"
user_email: "lc.fremont@gmail.com"
user_name: "GitHub Action"
user_email: "action@github.com"

branch: '${{ github.ref_name }}'

Expand All @@ -104,5 +104,5 @@ jobs:
repository_organization: 'Monofony'
repository_name: '${{ matrix.package.split_repository }}'

user_name: "loic425"
user_email: "lc.fremont@gmail.com"
user_name: "GitHub Action"
user_email: "action@github.com"

0 comments on commit a95b319

Please sign in to comment.