Skip to content

Commit

Permalink
set git config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Sep 3, 2020
1 parent a31e110 commit 778411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow-config/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

- name: Set git config
shell:
cmd: "git config user.name 'GitHub Action' && git config user.email '[email protected]'"
cmd: "git config user.name 'redhat-cop-ci-bot' && git config user.email '[email protected]'"
chdir: "{{ repo_base_dir }}"

- name: push changelogs to devel
Expand Down

0 comments on commit 778411e

Please sign in to comment.