File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
102
102
- if : steps.fc.outputs.comment-id == ''
103
103
name : Create comment
104
- uses : peter-evans/create-or-update-comment@v3
104
+ uses : peter-evans/create-or-update-comment@v4
105
105
with :
106
106
issue-number : ${{ github.event.number }}
107
107
body : |
Original file line number Diff line number Diff line change 42
42
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
43
43
44
44
- name : Add reaction
45
- uses : peter-evans/create-or-update-comment@v3
45
+ uses : peter-evans/create-or-update-comment@v4
46
46
with :
47
47
repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
48
48
comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
You can’t perform that action at this time.
0 commit comments