File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Add reaction
10
- uses : peter-evans/create-or-update-comment@v3
10
+ uses : peter-evans/create-or-update-comment@v4
11
11
with :
12
12
comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
13
13
reaction-type : hooray
17
17
run : echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
18
18
19
19
- name : Create comment
20
- uses : peter-evans/create-or-update-comment@v3
20
+ uses : peter-evans/create-or-update-comment@v4
21
21
with :
22
22
issue-number : ${{ github.event.client_payload.github.payload.issue.number }}
23
23
body : |
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Update comment
10
- uses : peter-evans/create-or-update-comment@v3
10
+ uses : peter-evans/create-or-update-comment@v4
11
11
with :
12
12
comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
13
13
body : |
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
106
106
- name : Edit comment with error message
107
107
if : steps.scd.outputs.error-message
108
- uses : peter-evans/create-or-update-comment@v3
108
+ uses : peter-evans/create-or-update-comment@v4
109
109
with :
110
110
comment-id : ${{ github.event.comment.id }}
111
111
body : |
You can’t perform that action at this time.
0 commit comments