Skip to content

Commit

Permalink
use global option
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 15, 2024
1 parent 5a3aeda commit 34087c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-package-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
GIT_AUTHOR_EMAIL: "Oguzhan Yilmaz"
GIT_AUTHOR_NAME: "[email protected]"
run: |
git config --local user.email "[email protected]"
git config --local user.name "Oguzhan Yilmaz"
git config --global user.email "[email protected]"
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
Expand Down

0 comments on commit 34087c0

Please sign in to comment.