From 13d03a588bc2f11dff502c05885397d7471c12df Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 25 Jun 2021 15:53:35 -0700 Subject: [PATCH] idk trying stuff --- hack/generate_docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/generate_docs.sh b/hack/generate_docs.sh index dc862c8074..f83dc0d9be 100755 --- a/hack/generate_docs.sh +++ b/hack/generate_docs.sh @@ -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