File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ This is still the second line.
Original file line number Diff line number Diff line change 1+ This is a multi-line test comment read from a file.
2+ This is the second line.
Original file line number Diff line number Diff line change 8888 hooray
8989 laugh
9090
91+ - name : Test create commit comment from file
92+ uses : ./
93+ id : cc2
94+ with :
95+ body-path : .github/comment-body.md
96+ reactions : |
97+ +1
98+
99+ - name : Test update commit comment from file
100+ uses : ./
101+ with :
102+ comment-id : ${{ steps.cc2.outputs.comment-id }}
103+ body-path : .github/comment-body-addition.md
104+ append-separator : space
105+ reactions : eyes, rocket
106+ reactions-edit-mode : replace
107+
91108 package :
92109 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
93110 needs : [test]
You can’t perform that action at this time.
0 commit comments