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 2ace448 commit 05ccfc3
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 @@ -18,7 +18,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 master
run: git fetch kube-dash release/7.3.2
- name: Configurar identidad de usuario de Git
run: |
git config --global user.email "${{ github.event.pull_request.user.email }}"
Expand Down

0 comments on commit 05ccfc3

Please sign in to comment.