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 "body=$body" >> $GITHUB_OUTPUT
39
39
40
40
- name : Create comment
41
- uses : peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666
41
+ uses : peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
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 33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
35
35
- name : Add reaction
36
- uses : peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666
36
+ uses : peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
37
37
with :
38
38
comment-id : ${{ github.event.comment.id }}
39
39
reactions : rocket
@@ -123,7 +123,7 @@ jobs:
123
123
echo "body=$body" >> $GITHUB_OUTPUT
124
124
125
125
- name : Create comment
126
- uses : peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666
126
+ uses : peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
127
127
with :
128
128
issue-number : ${{ github.event.issue.number }}
129
129
body : " ${{ steps.run-performance-comparison-benchmarks.outputs.body }}"
You can’t perform that action at this time.
0 commit comments