Skip to content

Commit

Permalink
use temp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed May 13, 2024
1 parent cf838f6 commit 57a8923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobahn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
if: github.event_name == 'pull_request'
id: report-markdown
run: |
node test/autobahn/report.js > autobahn-report.md
node test/autobahn/report.js > /tmp/autobahn-report.md
env:
REPORTER: markdown

- name: Comment PR
if: github.event_name == 'pull_request'
uses: thollander/actions-comment-pull-request@v2
with:
filePath: autobahn-report.md
filePath: /tmp/autobahn-report.md
comment_tag: autobahn

0 comments on commit 57a8923

Please sign in to comment.