Skip to content

Commit

Permalink
fix: workflow commenting on PR (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
salman1993 authored Jan 24, 2025
1 parent 13c640e commit f5d5a58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-comment-bundle-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
id: command
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f5d5a58

Please sign in to comment.