diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 4ae864e8..5108886c 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -86,7 +86,7 @@ jobs: push_options: --force commit_message: Auto-generate chart README [no ci] commit_user_name: k8s-at-home[bot] - commit_user_email: + commit_user_email: k8s-at-home[bot]@users.noreply.github.com commit_author: k8s-at-home[bot] file_pattern: charts/**/ @@ -112,7 +112,7 @@ jobs: - name: Configure Git run: | git config user.name "k8s-at-home[bot]" - git config user.email "" + git config user.email "k8s-at-home[bot]@users.noreply.github.com" - name: Install Helm uses: azure/setup-helm@v1 @@ -160,6 +160,6 @@ jobs: push_options: --force commit_message: Auto-generate chart summary [no ci] commit_user_name: k8s-at-home[bot] - commit_user_email: + commit_user_email: k8s-at-home[bot]@users.noreply.github.com commit_author: k8s-at-home[bot] file_pattern: charts/README.md