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 d1fc164 commit 0d299c1Copy full SHA for 0d299c1
.github/workflows/pr_comment_commands.yml
@@ -136,8 +136,8 @@ jobs:
136
});
137
const baseSha = baseRef.object.sha;
138
139
- const benchmarksResult = JSON.parse('${{ toJSON(steps.parse.outputs.result) }}');
140
- const benchmarks = benchmarksResult.benchmarks;
+ // Parse the result from the previous step
+ const benchmarks = ${{ steps.parse.outputs.result }}.benchmarks;
141
const commentId = context.payload.comment.id;
142
143
// Comment to notify benchmark is starting
0 commit comments