File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ jobs:
132
132
aws s3 cp s3://${{ secrets.AWS_S3_BUCKET }}/bitnami/${chart_name}-${chart_version}.tgz download/
133
133
134
134
cd deprecated-index
135
- git config user.name "Bitnami Containers "
136
- git config user.email "bitnami- bot@vmware .com"
135
+ git config user.name "Bitnami Bot "
136
+ git config user.email "bitnami. bot@broadcom .com"
137
137
138
138
attempts=0
139
139
max_attempts=5
Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ jobs:
187
187
- name : Setup git configuration
188
188
run : |
189
189
cd $GITHUB_WORKSPACE/charts
190
- git config user.name "Bitnami Containers "
191
- git config user.email "bitnami- bot@vmware .com"
190
+ git config user.name "Bitnami Bot "
191
+ git config user.email "bitnami. bot@broadcom .com"
192
192
# In order to avoid doing a full clone (which would fetch the index branch), we
193
193
# unshallow the clone only using the main branch. We need to get the tags to
194
194
# regenerate the changelog too
Original file line number Diff line number Diff line change 73
73
run : |
74
74
cd index
75
75
# Configure git
76
- git config user.name "Bitnami Containers "
77
- git config user.email "bitnami- bot@vmware .com"
76
+ git config user.name "Bitnami Bot "
77
+ git config user.email "bitnami. bot@broadcom .com"
78
78
79
79
read -r -a new_releases_arr <<< $NEW_RELEASES
80
80
for release in "${new_releases_arr[@]}"; do
You can’t perform that action at this time.
0 commit comments