We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b627e6f + 56e5340 commit c83a97dCopy full SHA for c83a97d
.github/workflows/public-api.yml
@@ -69,15 +69,15 @@ jobs:
69
70
- name: Create comment
71
if: steps.fc.outputs.comment-id == ''
72
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
73
with:
74
issue-number: ${{ steps.ra.outputs.pr-number }}
75
body: |
76
${{ steps.ra.outputs.diff }}
77
78
- name: Update comment
79
if: steps.fc.outputs.comment-id != ''
80
81
82
comment-id: ${{ steps.fc.outputs.comment-id }}
83
0 commit comments