From eec191c6074bd9d1017851da4226710179dcc258 Mon Sep 17 00:00:00 2001 From: fantonangeli Date: Fri, 22 Dec 2023 11:05:23 +0100 Subject: [PATCH] Changed user to kie-ci --- .github/workflows/upstream-sync.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml index 7b3366698c2..cccc46de522 100644 --- a/.github/workflows/upstream-sync.yml +++ b/.github/workflows/upstream-sync.yml @@ -1,8 +1,7 @@ name: Sync main-apache branch with upstream/main env: - USERNAME: github-actions[bot] - USEREMAIL: github-actions[bot]@users.noreply.github.com + USERNAME: kie-ci UPSTREAM_REMOTE: https://github.com/apache/incubator-kie-kogito-runtimes.git on: @@ -22,7 +21,6 @@ jobs: - name: Setup git environment run: | git config --global user.name "$USERNAME" - git config --global user.email "$USEREMAIL" git remote add upstream $UPSTREAM_REMOTE - name: Fetch all