From 4845c5fcb44af755694af5715cd8c82a92aa5bc7 Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Fri, 9 Feb 2024 18:26:05 -0800 Subject: [PATCH] more fixes (#58) --- .github/workflows/commenter.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/commenter.yml b/.github/workflows/commenter.yml index 8b1bf27d..bad10dbc 100644 --- a/.github/workflows/commenter.yml +++ b/.github/workflows/commenter.yml @@ -23,5 +23,7 @@ jobs: node-version: 20.x # DO NOT BUILD ANYTHING FROM THE PR HERE https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ - - run: npx -p @chronus/github-pr-commenter chronus-github-pr-commenter verify + - run: | + npm install -g @chronus/github-pr-commenter + chronus-github-pr-commenter name: Create/update comment