fix: workflow commenting on PR (#763)
This commit is contained in:
@@ -26,7 +26,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
continue: ${{ steps.command.outputs.continue }}
|
continue: ${{ steps.command.outputs.continue }}
|
||||||
comment_id: ${{ steps.command.outputs.comment_id }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: github/command@v1.3.0
|
- uses: github/command@v1.3.0
|
||||||
id: command
|
id: command
|
||||||
@@ -63,9 +62,8 @@ jobs:
|
|||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Comment on PR with download link
|
- name: Comment on PR with download link
|
||||||
uses: peter-evans/create-or-update-comment@v3
|
uses: peter-evans/create-or-update-comment@v4
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ needs.trigger-on-command.outputs.comment_id }}
|
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
body: |
|
body: |
|
||||||
### Desktop App for this PR
|
### Desktop App for this PR
|
||||||
|
|||||||
Reference in New Issue
Block a user