Skip to content

Commit

Permalink
Update update-pull-request.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jhoan <[email protected]>
  • Loading branch information
JhoanAlvear authored Apr 26, 2024
1 parent ab2d563 commit 7b1b5b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Agregar remoto del repo oficial
run: git remote add kube-dash ${{ env.kube_dash_url }}
- name: Obtener cambios del repo oficial
run: git fetch kube-dash "refs/pull/${{ github.event.pull_request.number }}/head"
run: git fetch kube-dash "refs/heads/${{ github.event.pull_request.base.ref }}"
- name: Actualizar rama local
run: git merge FETCH_HEAD
- name: Empujar cambios a la rama
run: git push origin HEAD

0 comments on commit 7b1b5b0

Please sign in to comment.