mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Fix(bench): wrong location (#2932)
* Update commentBenchResult.yml * ci: fix ext * refactor(bench): better table
This commit is contained in:
@@ -67,7 +67,7 @@ jobs:
|
||||
- name: Generate Message
|
||||
id: genMessage
|
||||
run: |
|
||||
MESSAGE=$(deno run -A performance/generateMessage.ts)
|
||||
MESSAGE=$(deno run -A scripts/generateMessage.js)
|
||||
echo "MESSAGE<<EOF" >> $GITHUB_ENV
|
||||
echo "$MESSAGE" >> $GITHUB_ENV
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user