Skip to content

Commit 7b47705

Browse files
authored
Merge pull request #2297 from pbalcer/fix-markdown-results
fix path to markdown results in benchmarks workflow
2 parents ed9fe09 + 1a11061 commit 7b47705

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)