From 57a89233e4f5bf5a5918e33467c48060aa04483a Mon Sep 17 00:00:00 2001 From: uzlopak Date: Mon, 13 May 2024 05:15:44 +0200 Subject: [PATCH] use temp folder --- .github/workflows/autobahn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobahn.yml b/.github/workflows/autobahn.yml index 1073b06aabb..d2c425b41ae 100644 --- a/.github/workflows/autobahn.yml +++ b/.github/workflows/autobahn.yml @@ -56,7 +56,7 @@ 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 @@ -64,5 +64,5 @@ jobs: 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