We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879378b commit 57d9a8dCopy full SHA for 57d9a8d
.github/workflows/official-pr.yml
@@ -56,7 +56,7 @@ jobs:
56
echo "Pull Request URL - ${{ steps.create-pr.outputs.pull-request-url }}"
57
58
- name: Create PR comment
59
- uses: peter-evans/create-or-update-comment@v2
+ uses: peter-evans/create-or-update-comment@v3
60
if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
61
with:
62
issue-number: ${{ github.event.pull_request.number }}
0 commit comments