File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
echo ::set-output name=body::$body
39
39
40
40
- name : Create comment
41
- uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
41
+ uses : peter-evans/create-or-update-comment@aaef3ca0afafdb648c31900ec79672f5e3074df5
42
42
with :
43
43
issue-number : ${{ github.event.pull_request.number }}
44
44
body : " ${{ steps.parse-comment-template-into-gh-output.outputs.body }}"
Original file line number Diff line number Diff line change 26
26
27
27
- name : Add 👍 Reaction
28
28
if : always() && steps.rebase.outputs.rebased-count == 1
29
- uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
29
+ uses : peter-evans/create-or-update-comment@aaef3ca0afafdb648c31900ec79672f5e3074df5
30
30
with :
31
31
token : ${{ secrets.GITHUB_TOKEN }}
32
32
repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
35
35
36
36
- name : Add 👎 Reaction
37
37
if : always() && steps.rebase.outputs.rebased-count != 1
38
- uses : peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
38
+ uses : peter-evans/create-or-update-comment@aaef3ca0afafdb648c31900ec79672f5e3074df5
39
39
with :
40
40
token : ${{ secrets.GITHUB_TOKEN }}
41
41
repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
You can’t perform that action at this time.
0 commit comments