Skip to content

Commit

Permalink
ci: set git email for helm chart pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Jun 3, 2024
1 parent c6565f6 commit 7d9be8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/_build_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function helm() {
}

function set_up_github() {
git config --global user.email "[email protected]"
git config --global user.name "Continuous Integration [bot]"
}

Expand Down

0 comments on commit 7d9be8f

Please sign in to comment.