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 <jhoan2929@gmail.com>
  • Loading branch information
JhoanAlvear committed Apr 26, 2024
1 parent 7b1b5b0 commit f566dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Obtener cambios del repo oficial
run: git fetch kube-dash "refs/heads/${{ github.event.pull_request.base.ref }}"
- name: Actualizar rama local
run: git merge FETCH_HEAD
run: git merge FETCH_HEAD --allow-unrelated-histories
- name: Empujar cambios a la rama
run: git push origin HEAD

0 comments on commit f566dae

Please sign in to comment.