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: