We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b1f99 commit e0037d4Copy full SHA for e0037d4
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
102
- if: steps.fc.outputs.comment-id == ''
103
name: Create comment
104
- uses: peter-evans/create-or-update-comment@v3
+ uses: peter-evans/create-or-update-comment@v4
105
with:
106
issue-number: ${{ github.event.number }}
107
body: |
.github/workflows/cpr-example-command.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
43
44
- name: Add reaction
45
46
47
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
48
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
0 commit comments