We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32af3b8 commit d33c12dCopy full SHA for d33c12d
.github/workflows/benchmark_compare.yml
@@ -128,7 +128,7 @@ jobs:
128
const path = require('path');
129
130
const prData = ${{ steps.pr.outputs.result }};
131
- const comparisonFile = `${prData.base_sha}-${prData.head_sha}-comparison.txt`;
+ const comparisonFile = `benchmark-comparison.txt`;
132
const comparisonPath = path.join('${{ github.workspace }}', comparisonFile);
133
134
let comparisonResults = '';
0 commit comments