File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 52
52
53
53
# Add reaction to the comment
54
54
- name : Add success reaction
55
- uses : peter-evans/create-or-update-comment@v2
55
+ uses : peter-evans/create-or-update-comment@v4
56
56
if : ${{ success() }}
57
57
with :
58
58
token : ${{ secrets.GITHUB_TOKEN }}
62
62
63
63
# Add comment (for historic reasons)
64
64
- name : Add success comment
65
- uses : peter-evans/create-or-update-comment@v2
65
+ uses : peter-evans/create-or-update-comment@v4
66
66
if : ${{ success() }}
67
67
with :
68
68
token : ${{ secrets.GITHUB_TOKEN }}
85
85
This is a temporary snapshot preview available only for convenience.
86
86
87
87
- name : Add failure response
88
- uses : peter-evans/create-or-update-comment@v2
88
+ uses : peter-evans/create-or-update-comment@v4
89
89
if : ${{ failure() }}
90
90
with :
91
91
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 17
17
PAYLOAD_CONTEXT : ${{ toJson(github.event.client_payload) }}
18
18
run : echo "$PAYLOAD_CONTEXT"
19
19
- name : Update comment
20
- uses : peter-evans/create-or-update-comment@v2
20
+ uses : peter-evans/create-or-update-comment@v4
21
21
with :
22
22
token : ${{ secrets.GITHUB_TOKEN }}
23
23
repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 92
92
93
93
# Add reaction to the comment
94
94
- name : Add success response
95
- uses : peter-evans/create-or-update-comment@v2
95
+ uses : peter-evans/create-or-update-comment@v4
96
96
if : ${{ success() }}
97
97
with :
98
98
token : ${{ secrets.GITHUB_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103
103
> Success: Action was successful! Check the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
104
104
105
105
- name : Add failure response
106
- uses : peter-evans/create-or-update-comment@v2
106
+ uses : peter-evans/create-or-update-comment@v4
107
107
if : ${{ failure() }}
108
108
with :
109
109
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 80
80
81
81
# Add reaction to the comment
82
82
- name : Add success reaction
83
- uses : peter-evans/create-or-update-comment@v2
83
+ uses : peter-evans/create-or-update-comment@v4
84
84
if : ${{ success() }}
85
85
with :
86
86
token : ${{ secrets.GITHUB_TOKEN }}
91
91
> Success: Action was successful! Check the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
92
92
93
93
- name : Add failure response
94
- uses : peter-evans/create-or-update-comment@v2
94
+ uses : peter-evans/create-or-update-comment@v4
95
95
if : ${{ failure() }}
96
96
with :
97
97
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments