diff --git a/.github/workflow-config/release.yml b/.github/workflow-config/release.yml index cd60084df..1b75a7f5d 100644 --- a/.github/workflow-config/release.yml +++ b/.github/workflow-config/release.yml @@ -43,7 +43,7 @@ - name: Set git config shell: - cmd: "git config user.name 'GitHub Action' && git config user.email 'action@github.com'" + cmd: "git config user.name 'redhat-cop-ci-bot' && git config user.email 'action@github.com'" chdir: "{{ repo_base_dir }}" - name: push changelogs to devel