From 34087c0c0b1130bf178e62ec3cea0787eb9a54fa Mon Sep 17 00:00:00 2001 From: Oguzhan Yilmaz Date: Tue, 15 Oct 2024 22:11:38 +0300 Subject: [PATCH] use global option --- .github/workflows/helm-package-and-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-package-and-publish.yaml b/.github/workflows/helm-package-and-publish.yaml index 56fadf7..897badd 100644 --- a/.github/workflows/helm-package-and-publish.yaml +++ b/.github/workflows/helm-package-and-publish.yaml @@ -103,8 +103,8 @@ jobs: GIT_AUTHOR_EMAIL: "Oguzhan Yilmaz" GIT_AUTHOR_NAME: "oguzhanylmz271@gmail.com" run: | - git config --local user.email "oguzhanylmz271@gmail.com" - git config --local user.name "Oguzhan Yilmaz" + git config --global user.email "oguzhanylmz271@gmail.com" + git config --global 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