We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd2e42 + 20db42d commit 0b1005dCopy full SHA for 0b1005d
.github/workflows/benchmark-comment.yml
@@ -52,13 +52,13 @@ jobs:
52
# create/update comment
53
- name: create comment
54
if: ${{ steps.fc.outputs.comment-id == 0 }}
55
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
56
with:
57
issue-number: ${{ steps.output-pull-request-number.outputs.body }}
58
body: ${{ steps.output-result-markdown.outputs.body }}
59
- name: update comment
60
if: ${{ steps.fc.outputs.comment-id != 0 }}
61
62
63
comment-id: ${{ steps.fc.outputs.comment-id }}
64
0 commit comments