File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -153,13 +153,16 @@ cp -R "${helm_chart_path}/" "${eks_charts_nth_path}/"
153153
154154echo -e " 🥑 Commit updates"
155155
156+ git config --local user.name " ec2-bot 🤖"
157+ git config --local user.email " ec2-bot@users.noreply.github.com"
158+
156159helm_chart_version=" $( cat " ${helm_chart_path} /Chart.yaml" | grep " version:" | cut -d ' ' -f2 | tr -d ' "' ) "
157160pr_id=" $( uuidgen | cut -d ' -' -f1) "
158161git_release_branch=" ${helm_chart_name} -${helm_chart_version} -${pr_id} "
159162git checkout -b " ${git_release_branch} "
160163
161164git add --all
162- git commit --author= " ec2-bot 🤖 <ec2-bot@users.noreply.github.com> " - m " ${helm_chart_name} : ${helm_chart_version} "
165+ git commit -m " ${helm_chart_name} : ${helm_chart_version} "
163166git push -u origin " ${git_release_branch} "
164167
165168# ################################################
You can’t perform that action at this time.
0 commit comments