Skip to content

Commit 6e6a6d8

Browse files
committed
set user
1 parent aaa43a8 commit 6e6a6d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/helm-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
3737
- name: Update chart version
3838
run: |
39+
git config --global user.name "${GITHUB_ACTOR}"
40+
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
41+
3942
chart_file="${{ steps.chart_meta.outputs.chart_name }}/Chart.yaml"
4043
4144
yq '.version = "${{ steps.chart_meta.outputs.chart_version }}"' \

0 commit comments

Comments
 (0)