Skip to content

Commit

Permalink
Create add-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiisamko091184 committed Apr 18, 2024
1 parent 3dce0eb commit d0c607f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/add-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- name: Create comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: 1
body: |
This is a multi-line test comment
- With GitHub **Markdown** :sparkles:
- Created by [create-or-update-comment][1]
[1]: https://github.com/peter-evans/create-or-update-comment
reactions: '+1'

0 comments on commit d0c607f

Please sign in to comment.