File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ jobs:
129
129
git commit -S -m "Automatic update CHANGELOGs and READMEs"
130
130
git push origin ${VM_GIT_BRANCH_NAME}
131
131
gh pr create -f
132
- gh pr merge ${VM_GIT_BRANCH_NAME} --auto --squash --delete-branch
133
132
env :
134
133
GH_TOKEN : " ${{ secrets.VM_BOT_GH_TOKEN }}"
135
134
GITHUB_TOKEN : " ${{ secrets.VM_BOT_GH_TOKEN }}"
Original file line number Diff line number Diff line change 60
60
git add charts/*/README.md
61
61
git commit -S -m "Synchronize docs"
62
62
git push origin ${VM_GIT_BRANCH_NAME}
63
- gh pr create -f
64
- gh pr merge ${VM_GIT_BRANCH_NAME} --auto --squash --delete-branch
63
+ gh pr create -f --base gh-pages
65
64
env :
66
65
GH_TOKEN : " ${{ secrets.VM_BOT_GH_TOKEN }}"
67
- GITHUB_TOKEN : " ${{ secrets.VM_BOT_GH_TOKEN }}"
66
+ GITHUB_TOKEN : " ${{ secrets.VM_BOT_GH_TOKEN }}"
You can’t perform that action at this time.
0 commit comments