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.
1 parent f71cfe0 commit 6920734Copy full SHA for 6920734
.github/workflows/benchmark-comment.yml
@@ -50,13 +50,13 @@ jobs:
50
# create/update comment
51
- name: create comment
52
if: ${{ steps.fc.outputs.comment-id == 0 }}
53
- uses: peter-evans/create-or-update-comment@v1
+ uses: peter-evans/create-or-update-comment@v4
54
with:
55
issue-number: ${{ steps.output-pull-request-number.outputs.body }}
56
body: ${{ steps.output-result-markdown.outputs.body }}
57
- name: update comment
58
if: ${{ steps.fc.outputs.comment-id != 0 }}
59
60
61
comment-id: ${{ steps.fc.outputs.comment-id }}
62
0 commit comments