From 0c6ab5a48444f8f13a11ad908bd1eebb43db2c38 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Sat, 23 May 2026 14:07:53 +0400 Subject: [PATCH] ci: bot check ci (#1349) --- .github/workflows/bot-check-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bot-check-ci.yml b/.github/workflows/bot-check-ci.yml index a68438e92ca0643fd58f6a046b71b78505627fde..7d854809854b63afcc32df08e1528cf7848228d1 100644 --- a/.github/workflows/bot-check-ci.yml +++ b/.github/workflows/bot-check-ci.yml @@ -25,11 +25,10 @@ jobs: - name: Process CI Result uses: actions/github-script@v9 env: - BOT_NODE_MODULES: /tmp/botci/node_modules + NODE_PATH: /tmp/botci/node_modules with: github-token: ${{ secrets.HOMEBREW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: | - module.paths.unshift(process.env.BOT_NODE_MODULES); const run = context.payload.workflow_run; const owner = context.repo.owner; const repo = context.repo.repo; @@ -170,7 +169,7 @@ jobs: return lines.join("\n"); } - const marker = ``; + const marker = ``; async function upsertPRComment(body) { const { data: comments } = await github.rest.issues.listComments({