From 73434bb250bec578db518aab371581c0752ee545 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 12 Mar 2021 21:21:18 +0100 Subject: [PATCH] Update charts-release.yaml --- .github/workflows/charts-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 390ec0cf352..b2908f36bed 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -45,8 +45,8 @@ jobs: - name: Configure Git run: | - git config user.name "$GITHUB_ACTOR" - git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + git config user.name "TrueCharts-Bot" + git config user.email "TrueCharts Bot" - name: Install Helm uses: azure/setup-helm@v1 with: