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.
2 parents d1d3fa9 + 190bf6a commit b7832e1Copy full SHA for b7832e1
.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@v1
+ uses: peter-evans/create-or-update-comment@v2
60
if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
61
with:
62
issue-number: ${{ github.event.pull_request.number }}
0 commit comments