Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-chart-readme.yaml
Original file line number Diff line number Diff line change
@@ -43,6 +43,6 @@ jobs:
cd charts
if git status -s; then
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]""
git config user.email "[email protected]"
git add . && git commit -am "Update README.md with readme-generator-for-helm" --signoff && git push
fi

0 comments on commit 800a926

Please sign in to comment.