Merge pull request #11736 from sharifelgamal/docs-fix

fix generate-docs bugs part 2
pull/11742/head
Sharif Elgamal 2021-06-22 13:44:37 -07:00 committed by GitHub
commit 31d93367a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ if [ "$changes" != "" ]; then
git add .
git commit -m "Update generate-docs"
git remote add minikube-bot https://minikube-bot:$access_token@github.com/minikube-bot/minikube.git
git remote add minikube-bot https://minikube-bot:"$1"@github.com/minikube-bot/minikube.git
git push -u minikube-bot $branch
gh pr create --base master --head minikube-bot:$branch --title "Update auto-generated docs and translations" --body "Committing changes resulting from \`make generate-docs\`"
gh pr create --repo kubernetes/minikube --base master --head minikube-bot:$branch --title "Update auto-generated docs and translations" --body "Committing changes resulting from \`make generate-docs\`"
fi