idk trying stuff

pull/11814/head
Sharif Elgamal 2021-06-25 15:53:35 -07:00
parent 806c326d1d
commit 13d03a588b
1 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,6 @@ if [ "$changes" != "" ]; then
git commit -m "Update generate-docs"
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\`"
git push -f 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\`\n\n${changes}"
fi