Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue committed Aug 22, 2022
1 parent 04a23a6 commit a22d7b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,13 @@ jobs:
# Push all the changes
cd thisPorject
if git status -s | grep README.md; then
set -x
echo "create pr"
git branch
git status
git config user.name "weizhoublue"
git config user.email "[email protected]"
git add . && git commit -am "Update README.md with readme-generator-for-helm" --signoff && git push
git add .
git commit -am "Update README.md with readme-generator-for-helm" --signoff
git push
fi

0 comments on commit a22d7b6

Please sign in to comment.