Skip to content

Commit db217e4

Browse files
committed
test update body
1 parent bfaa32d commit db217e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,24 @@ jobs:
6060

6161
- name: Test create commit comment
6262
uses: ./
63+
id: cc
6364
with:
6465
body: |
6566
This is a multi-line test comment
6667
- With GitHub **Markdown** :sparkles:
6768
- Created by [commit-comment][1]
6869
6970
[1]: https://github.com/peter-evans/commit-comment
71+
# reactions: '+1'
72+
73+
- name: Test update commit comment
74+
uses: ./
75+
with:
76+
comment-id: ${{ steps.cc.outputs.comment-id }}
77+
body: |
78+
**Edit:** Some additional info
79+
# reactions: eyes
80+
# reactions-edit-mode: replace
7081

7182
package:
7283
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)