We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df1525 commit 12fb36fCopy full SHA for 12fb36f
1 file changed
.github/workflows/ci.yml
@@ -324,7 +324,7 @@ jobs:
324
- name: Prepare comment on commit with link to performance results
325
run: echo -e "Performance benchmarks succeeded! 🚀\n\n\[[Summarized results](https://comunica.github.io/comunica-performance-results/comunica-feature-link-traversal/${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}/benchmarks-total/)\] \[[Detailed results](https://comunica.github.io/comunica-performance-results/comunica-feature-link-traversal/${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}/benchmarks-detail/)\]" > ./commit-comment-body.txt
326
- name: Comment on commit with link to performance results
327
- uses: peter-evans/commit-comment@v3
+ uses: peter-evans/commit-comment@v4
328
with:
329
body-path: ./commit-comment-body.txt
330
0 commit comments