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 8790701 commit c346091Copy full SHA for c346091
.github/workflows/official-pr.yml
@@ -58,7 +58,7 @@ jobs:
58
echo "Pull Request URL - ${{ steps.create-pr.outputs.pull-request-url }}"
59
60
- name: Create PR comment
61
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
62
if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
63
with:
64
issue-number: ${{ github.event.pull_request.number }}
0 commit comments