Originally created by @nikolovskimilos on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/joelwmale/webhook-action/issues/608
Hi @joelwmale,
I noticed there is a new release, I am getting this error for last couple hours, can you please check?
Thanks
```
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'uuid'
Require stack:
- /home/runner/work/_actions/joelwmale/webhook-action/master/node_modules/@actions/core/lib/file-command.js
- /home/runner/work/_actions/joelwmale/webhook-action/master/node_modules/@actions/core/lib/core.js
- /home/runner/work/_actions/joelwmale/webhook-action/master/dist/main.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:[7]
....
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @nikolovskimilos on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/joelwmale/webhook-action/issues/608
Hi @joelwmale,
I noticed there is a new release, I am getting this error for last couple hours, can you please check?
Thanks
@joelwmale commented on GitHub (Nov 10, 2022):
Hi mate, currently trying to fix this action. Give me a few minutes.
@joelwmale commented on GitHub (Nov 10, 2022):
@nikolovskimilos v2.3.2 fixes this issue.
@nikolovskimilos commented on GitHub (Nov 10, 2022):
@joelwmale works, thanks.