diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 3efa39fa58..748b6cbcc5 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -62,7 +62,7 @@ jobs: pull-requests: write steps: - name: Agregar comentario con entradas faltantes - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: ${{ needs.define-comment.outputs.comment }} - comment_tag: missing-entries + comment-tag: missing-entries