From 41510259c5dae1765d6c6e534e3a5f542f9fb6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Tue, 15 Jun 2021 11:27:57 +0200 Subject: [PATCH] [CI] Update CI --- .github/workflows/charts-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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