Merge pull request #1682 from nodejs/dependabot/github_actions/peter-evans/create-or-update-comment-2
This commit is contained in:
commit
b7832e17d3
|
@ -56,7 +56,7 @@ jobs:
|
|||
echo "Pull Request URL - ${{ steps.create-pr.outputs.pull-request-url }}"
|
||||
|
||||
- name: Create PR comment
|
||||
uses: peter-evans/create-or-update-comment@v1
|
||||
uses: peter-evans/create-or-update-comment@v2
|
||||
if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
|
||||
with:
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
|
|
Loading…
Reference in New Issue