Skip to content

Commit

Permalink
fix: REPL comment for pull request (#16297)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Feb 26, 2024
1 parent 5c246ea commit 8c3f035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repl.yml
Expand Up @@ -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);

0 comments on commit 8c3f035

Please sign in to comment.