Skip to content

Commit

Permalink
Update ejercicio3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EperezStemdo authored May 3, 2024
1 parent 9047ba4 commit 012b5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ejercicio3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
- name: Añadir close a la pr
run: |
gh pr comment ${{ github.event.number }} --body "Close #${{ needs.abririssue.outputs.output1 }}"
gh pr edit ${{ github.event.number }} --body "Close #${{ needs.abririssue.outputs.output1 }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 012b5bb

Please sign in to comment.