diff --git a/.github/workflows/update-pull-request.yml b/.github/workflows/update-pull-request.yml index f15cbbe359b9..0c9232dab2a0 100644 --- a/.github/workflows/update-pull-request.yml +++ b/.github/workflows/update-pull-request.yml @@ -25,6 +25,7 @@ jobs: git config --global user.name "${{ github.event.pull_request.user.login }}" - name: Actualizar rama local desde el repositorio oficial run: | - git checkout -B release/7.3.2 origin/release/7.3.2 + git fetch kube-dash release/7.3.2 + git checkout -B release/7.3.2 FETCH_HEAD - name: Empujar cambios a la rama run: git push origin HEAD