We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77c2332 + ef755f4 commit e1d0201Copy full SHA for e1d0201
.github/workflows/publish-results.yml
@@ -102,7 +102,7 @@ jobs:
102
<div class="overflow-x-auto">
103
${resultData.results.map(result => {
104
const commitShortId = result.parameters.commit.slice(0, 8)
105
- const flameGraphFile = `${result.paramaters.commit}-flamegraph.html`
+ const flameGraphFile = `${result.parameters.commit}-flamegraph.html`
106
const flameGraphPath = `${resultDir}/${flameGraphFile}`
107
108
return `
0 commit comments