Skip to content

Commit

Permalink
fix git author name
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 15, 2024
1 parent 27c6994 commit 6af643a
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 @@ -100,7 +100,7 @@ jobs:
- name: Clone gh-pages branch
env:
GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
GIT_AUTHOR_EMAIL: "Oguzhan Yilmaz(Github Action)"
GIT_AUTHOR_EMAIL: "Oguzhan Yilmaz"
GIT_AUTHOR_NAME: "[email protected]"
run: |
git config --global user.email "$GIT_AUTHOR_EMAIL"
Expand Down

0 comments on commit 6af643a

Please sign in to comment.