From f5d5a5888db9f54e2fb3606e1dab629d31683e58 Mon Sep 17 00:00:00 2001 From: Salman Mohammed Date: Fri, 24 Jan 2025 18:53:28 -0500 Subject: [PATCH] fix: workflow commenting on PR (#763) --- .github/workflows/pr-comment-bundle-desktop.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-comment-bundle-desktop.yml b/.github/workflows/pr-comment-bundle-desktop.yml index 47aec1dbe..0abf9d87d 100644 --- a/.github/workflows/pr-comment-bundle-desktop.yml +++ b/.github/workflows/pr-comment-bundle-desktop.yml @@ -26,7 +26,6 @@ jobs: runs-on: ubuntu-latest outputs: continue: ${{ steps.command.outputs.continue }} - comment_id: ${{ steps.command.outputs.comment_id }} steps: - uses: github/command@v1.3.0 id: command @@ -63,9 +62,8 @@ jobs: merge-multiple: true - name: Comment on PR with download link - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: - comment-id: ${{ needs.trigger-on-command.outputs.comment_id }} issue-number: ${{ github.event.pull_request.number }} body: | ### Desktop App for this PR