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 a238e43 commit 1e14dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Obtener cambios del repo oficial
run: git fetch kube-dash "refs/pull/${{ github.event.pull_request.number }}/head"
- name: Actualizar rama local
run: git merge kube-dash/${GITHUB_REF}
run: git merge kube-dash/"refs/pull/${{ github.event.pull_request.number }}/head"
- name: Empujar cambios a la rama
run: git push origin ${GITHUB_REF}
run: git push origin "refs/pull/${{ github.event.pull_request.number }}/head"

0 comments on commit 1e14dcc

Please sign in to comment.