We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10a9ad commit 50a8a38Copy full SHA for 50a8a38
.github/workflows/ci.yml
@@ -60,11 +60,18 @@ jobs:
60
milliseconds: 2000
61
62
- name: Post comment on PR
63
- uses: peter-evans/create-or-update-comment@v1
+ uses: peter-evans/create-or-update-comment@v4
64
with:
65
issue-number: ${{ github.event.pull_request.number }}
66
- body:
67
- 'The test took ${{ steps.test-action.outputs.time }} milliseconds.'
+
+ body: |
68
+ This is a multi-line test comment
69
+ - With GitHub **Markdown** :sparkles:
70
+ - Created by [create-or-update-comment][1]
71
+ - and testing openapi diff
72
73
+ [1]: https://github.com/peter-evans/create-or-update-comment
74
+ reactions: '+1'
75
76
- name: Print Output
77
id: output
0 commit comments