Skip to content

Commit

Permalink
Merge pull request #619 from spidernet-io/pr/welancc
Browse files Browse the repository at this point in the history
Pr/welancc
  • Loading branch information
weizhoublue committed Aug 22, 2022
2 parents 5704a50 + c49c080 commit 610a061
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/update-chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ 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 --list
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 610a061

Please sign in to comment.