diff --git a/.github/workflows/build-chart.yml b/.github/workflows/build-chart.yml index b23e8b80..b10fc844 100644 --- a/.github/workflows/build-chart.yml +++ b/.github/workflows/build-chart.yml @@ -17,6 +17,11 @@ jobs: uses: actions/checkout@v4 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