From 8c3f035a572cdbff5c52e2cb5611940996831301 Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:53:05 +0800 Subject: [PATCH] fix: REPL comment for pull request (#16297) --- .github/workflows/repl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repl.yml b/.github/workflows/repl.yml index 36a272170b74..c4517a448ab5 100644 --- a/.github/workflows/repl.yml +++ b/.github/workflows/repl.yml @@ -20,4 +20,4 @@ jobs: github-token: ${{ secrets.BOT_TOKEN }} script: | const { default: repl } = await import('${{ github.workspace }}/scripts/actions/repl.js'); - await repl(); + await repl(github, context);