Skip to content

Commit

Permalink
fix(workflow): update git push user details in Helm Docs configuration
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Dec 4, 2024
1 parent 72c2301 commit e6239ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
chart-search-root: charts/
template-files: README.md.gotmpl
git-push: true
git-push-user-name: "John Doe"
git-push-user-email: "john.doe@example.com"
git-push-user-name: "openmfp-technical-user"
git-push-user-email: "openmfp@gmail.com"
git-commit-message: "chore: update Helm documentation"

0 comments on commit e6239ce

Please sign in to comment.