Skip to content

Commit

Permalink
misc: changed to not real user
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Sep 22, 2023
1 parent 104a51d commit d3bbd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- run: helm-docs
- name: Commit documentation
run: |
git config --global user.name 'GridexX'
git config --global user.email 'gridexx@users.noreply.github.com'
git config --global user.name '$GITHUB_ACTOR'
git config --global user.email '$GITHUB_ACTOR@users.noreply.github.com'
git add .
git commit -sm "docs: generate chart documentation"
git push

0 comments on commit d3bbd70

Please sign in to comment.