diff --git a/.github/workflows/update-pull-request.yml b/.github/workflows/update-pull-request.yml index 98d254753bfd..bab2508326cb 100644 --- a/.github/workflows/update-pull-request.yml +++ b/.github/workflows/update-pull-request.yml @@ -24,7 +24,7 @@ jobs: git config --global user.email "${{ github.event.pull_request.user.email }}" git config --global user.name "${{ github.event.pull_request.user.login }}" - name: Actualizar rama local desde el repositorio oficial - run:| + run: | git checkout master git merge FETCH_HEAD --allow-unrelated-histories - name: Empujar cambios a la rama