1
0
Fork 0
mirror of synced 2024-09-18 10:29:47 +12:00

fix: checking other package

This commit is contained in:
Binyamin Yawitz 2024-08-09 14:19:30 -04:00
parent 738b08aab5
commit bd30c9c153
No known key found for this signature in database

View file

@ -212,8 +212,17 @@ jobs:
name: benchmark.json
path: benchmark.json
retention-days: 7
- name: Comment on PR
uses: thollander/actions-comment-pull-request@v2
- name: Find Comment
uses: peter-evans/find-comment@v3
id: fc
with:
filePath: benchmark.txt
comment_tag: benchmark
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: Benchmark results
- name: Comment on PR
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body-path: benchmark.txt
edit-mode: replace