From 8a121a710cccfcc7e7381dafe9420ed15019c465 Mon Sep 17 00:00:00 2001 From: tbrink Date: Sat, 25 Nov 2023 08:14:24 +0100 Subject: [PATCH] fixed typo in workflow --- .github/workflows/helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index dd8af98..92d5cf7 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -20,7 +20,7 @@ jobs: - name: Configure Git run: | - git config user.name "${{ github.actor }}"" + git config user.name "${{ github.actor }}" git config user.email "${{ github.actor }}@users.noreply.github.com" - name: Install Helm