[actions] Force push release docs branch on Create PR workflow (#11819)
Co-authored-by: Erik Bershel <[email protected]>
This commit is contained in:
co-authored by
Erik Bershel
parent
17f8e51b5d
commit
2f09773451
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git checkout ${{ github.event.client_payload.ReleaseBranchName }}
|
git checkout ${{ github.event.client_payload.ReleaseBranchName }}
|
||||||
git branch ${{ github.event.client_payload.ReleaseBranchName }}-docs
|
git branch ${{ github.event.client_payload.ReleaseBranchName }}-docs
|
||||||
git push origin ${{ github.event.client_payload.ReleaseBranchName }}-docs
|
git push origin ${{ github.event.client_payload.ReleaseBranchName }}-docs --force
|
||||||
|
|
||||||
- name: Create pull request for ${{ github.event.client_payload.ReleaseBranchName }}
|
- name: Create pull request for ${{ github.event.client_payload.ReleaseBranchName }}
|
||||||
id: create-pr
|
id: create-pr
|
||||||
|
|||||||
Reference in New Issue
Block a user