Skip to content

Commit

Permalink
save the proper git name
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 15, 2024
1 parent da26cdd commit 0270b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-package-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
run: |
git config --local user.email "[email protected]"
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
Expand Down

0 comments on commit 0270b76

Please sign in to comment.