Skip to content

Commit

Permalink
more fixes (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Feb 10, 2024
1 parent e1e6f2c commit 4845c5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4845c5f

Please sign in to comment.