Skip to content

Commit

Permalink
show files
Browse files Browse the repository at this point in the history
  • Loading branch information
espzav committed Jan 20, 2025
1 parent 9382aa1 commit 40480df
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build-run-applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,15 @@ jobs:
with:
files: test_results/**/*.xml
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
uses: GrantBirki/comment@v2.1.0
with:
filePath: test_results/**/*.md
comment_tag: benchmark_results
comment-id: benchmark_results
vars: |
files: test_results/**/*.md
body: |
# Files
{% for file in files.split(",") %}
- `{{ file }}`
{% else %}
- No file
{% endfor %}

0 comments on commit 40480df

Please sign in to comment.