diff --git a/.github/workflows/ejercicio3.yml b/.github/workflows/ejercicio3.yml index 39126aa..7bda66e 100644 --- a/.github/workflows/ejercicio3.yml +++ b/.github/workflows/ejercicio3.yml @@ -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 }}