Skip to content

Commit 2782fbd

Browse files
authored
Merge pull request #2297 from pbalcer/fix-markdown-results
fix path to markdown results in benchmarks workflow
2 parents 539b6da + ec940bf commit 2782fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
let markdown = ""
177177
try {
178178
const fs = require('fs');
179-
markdown = fs.readFileSync('benchmark_results.md', 'utf8');
179+
markdown = fs.readFileSync('ur-repo/benchmark_results.md', 'utf8');
180180
} catch(err) {
181181
}
182182

0 commit comments

Comments
 (0)