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