From 0270b76a115c574efe223526b51a980f036028aa Mon Sep 17 00:00:00 2001 From: Oguzhan Yilmaz Date: Tue, 15 Oct 2024 22:08:20 +0300 Subject: [PATCH] save the proper git name --- .github/workflows/helm-package-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-package-and-publish.yaml b/.github/workflows/helm-package-and-publish.yaml index a8780c6..aa3dc21 100644 --- a/.github/workflows/helm-package-and-publish.yaml +++ b/.github/workflows/helm-package-and-publish.yaml @@ -102,7 +102,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }} run: | git config --local user.email "oguzhanylmz271@gmail.com" - git config --local user.name "Oguzhan Yilmaz(Github Action)" + git config --local user.name "Oguzhan Yilmaz" # clone gh-pages branch git clone -b gh-pages https://github.com/oguzhan-yilmaz/steampipe-powerpipe-kubernetes.git gh-pages-clone