From 23843707049f4278507501fccb00e328c389f49c Mon Sep 17 00:00:00 2001 From: Niu Lechuan Date: Mon, 21 Feb 2022 18:42:39 +0800 Subject: [PATCH] fix helm release action --- .github/workflows/helm-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index e8015b0..3348524 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -13,6 +13,10 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + - name: Configure Git + run: | + git config user.name "$GITHUB_ACTOR" + git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm uses: azure/setup-helm@v1 with: