Skip to content

Commit

Permalink
Changed user to kie-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Dec 22, 2023
1 parent ffe615c commit eec191c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/upstream-sync.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit eec191c

Please sign in to comment.