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 0e59440 commit 467fe5a
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 @@ -25,6 +25,7 @@ jobs:
git config --global user.name "${{ github.event.pull_request.user.login }}"
- name: Actualizar rama local desde el repositorio oficial
run: |
git checkout -B release/7.3.2 origin/release/7.3.2
git fetch kube-dash release/7.3.2
git checkout -B release/7.3.2 FETCH_HEAD
- name: Empujar cambios a la rama
run: git push origin HEAD

0 comments on commit 467fe5a

Please sign in to comment.