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 6e3f816 commit 88369d6
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 @@ -16,7 +16,7 @@ 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 ${GITHUB_REF}
run: git fetch kube-dash ${{ github.head_ref }}
- name: Actualizar rama local
run: git merge kube-dash/${GITHUB_REF}
- name: Empujar cambios a la rama
Expand Down

0 comments on commit 88369d6

Please sign in to comment.