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 5ffd3e1 commit 2ace448
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 @@ -24,7 +24,7 @@ jobs:
git config --global user.email "${{ github.event.pull_request.user.email }}"
git config --global user.name "${{ github.event.pull_request.user.login }}"
- name: Actualizar rama local desde el repositorio oficial
run:|
run: |
git checkout master
git merge FETCH_HEAD --allow-unrelated-histories
- name: Empujar cambios a la rama
Expand Down

0 comments on commit 2ace448

Please sign in to comment.