Skip to content

Commit

Permalink
ci: Changed username for github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Mar 6, 2023
1 parent c6cb94e commit a558dbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
branch: develop
repository_name: '${{ matrix.package.split_repository }}'
# ↓ the user signed under the split commit
user_name: "roadiz-ci"
user_email: "contact@roadiz.io"
user_name: "ambroisemaupate"
user_email: "ambroise+ci@roadiz.io"

- if: github.ref == 'refs/heads/main'
uses: "danharrin/monorepo-split-github-action@v2.3.0"
Expand All @@ -96,8 +96,8 @@ jobs:
branch: main
repository_name: '${{ matrix.package.split_repository }}'
# ↓ the user signed under the split commit
user_name: "roadiz-ci"
user_email: "contact@roadiz.io"
user_name: "ambroisemaupate"
user_email: "ambroise+ci@roadiz.io"

# with tag
- if: "startsWith(github.ref, 'refs/tags/')"
Expand All @@ -113,5 +113,5 @@ jobs:
repository_name: '${{ matrix.package.split_repository }}'

# ↓ the user signed under the split commit
user_name: "roadiz-ci"
user_email: "contact@roadiz.io"
user_name: "ambroisemaupate"
user_email: "ambroise+ci@roadiz.io"

0 comments on commit a558dbd

Please sign in to comment.