Merge pull request #1682 from nodejs/dependabot/github_actions/peter-evans/create-or-update-comment-2

This commit is contained in:
Simen Bekkhus 2022-03-22 07:35:37 +00:00 committed by GitHub
commit b7832e17d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}