From a558dbdfc816d88331abec1e85156ac4ac3b0e60 Mon Sep 17 00:00:00 2001 From: Ambroise Maupate Date: Mon, 6 Mar 2023 13:45:23 +0100 Subject: [PATCH] ci: Changed username for github Actions --- .github/workflows/split.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/split.yaml b/.github/workflows/split.yaml index 8591bfb8..b5ac73ab 100644 --- a/.github/workflows/split.yaml +++ b/.github/workflows/split.yaml @@ -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" @@ -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/')" @@ -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"