File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -262,17 +262,19 @@ jobs:
262
262
PR_COMMIT_URL="${{ github.server_url }}/${{ github.repository }}/commit/${PR_HEAD_HASH}"
263
263
BASE_COMMIT_URL="${{ github.server_url }}/${{ github.repository }}/commit/${BASE_HASH}"
264
264
265
- cat >$GITHUB_OUTPUT <<EOF
265
+ cat >"$GITHUB_OUTPUT" <<ACTUALEOF
266
+ body<<EOF
266
267
*beep boop, I am the benchmark bot*
267
268
268
269
Comparing PR commit [$PR_HEAD_HASH_SHORT]($PR_COMMIT_URL) against baseline [$BASE_HASH_SHORT]($BASE_COMMIT_URL).
269
270
270
271
# Benchmark Report
271
-
272
+
272
273
$(cat report-mlkem.md)
273
274
274
275
$(cat report-mldsa.md)
275
276
EOF
277
+ ACTUALEOF
276
278
277
279
- name : Post comment to PR
278
280
if : env.IS_FORK == 'true'
@@ -287,4 +289,3 @@ jobs:
287
289
issue_number: context.issue.number,
288
290
body: process.env.COMMENT_BODY
289
291
});
290
-
You can’t perform that action at this time.
0 commit comments