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 2748592 commit 7f220df
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ejercicio3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
id: create_issue
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}


cerrarissue:
runs-on: ubuntu-latest
needs: abririssue
steps:
- name: Añadir close a la pr
run: |
gh pr comment ${{ github.event.number }} --body "Close #${{ needs.abririssue.outputs.output1 }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 7f220df

Please sign in to comment.