Skip to content

Commit 50a8a38

Browse files
committed
fix: upgrade peter-evans library from v1 to v4
1 parent f10a9ad commit 50a8a38

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/ci.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,18 @@ jobs:
6060
milliseconds: 2000
6161

6262
- name: Post comment on PR
63-
uses: peter-evans/create-or-update-comment@v1
63+
uses: peter-evans/create-or-update-comment@v4
6464
with:
6565
issue-number: ${{ github.event.pull_request.number }}
66-
body:
67-
'The test took ${{ steps.test-action.outputs.time }} milliseconds.'
66+
67+
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'
6875

6976
- name: Print Output
7077
id: output

0 commit comments

Comments
 (0)