diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index a059170..20adeb7 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -16,6 +16,11 @@ jobs: 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@v3 with: