Skip to content

Commit

Permalink
Merge pull request #11736 from sharifelgamal/docs-fix
Browse files Browse the repository at this point in the history
fix generate-docs bugs part 2
  • Loading branch information
sharifelgamal authored Jun 22, 2021
2 parents 9d97563 + 055e20c commit 31d9336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 31d9336

Please sign in to comment.