Skip to content

Commit

Permalink
ci: add git config user.email (#2799)
Browse files Browse the repository at this point in the history
See if this prevents intermittent git push problems in GitHub Actions.
Most recent failure on 2022-01-09:
https://github.com/SumoLogic/sumologic-kubernetes-collection/actions/runs/3871703022/jobs/6599746510#step:3:276
  • Loading branch information
andrzej-stencel authored Jan 17, 2023
1 parent c695905 commit 061d8f4
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 061d8f4

Please sign in to comment.