Skip to content

Commit 57a8923

Browse files
committed
use temp folder
1 parent cf838f6 commit 57a8923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobahn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
if: github.event_name == 'pull_request'
5757
id: report-markdown
5858
run: |
59-
node test/autobahn/report.js > autobahn-report.md
59+
node test/autobahn/report.js > /tmp/autobahn-report.md
6060
env:
6161
REPORTER: markdown
6262

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

0 commit comments

Comments
 (0)