We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f891eff commit 282dd6aCopy full SHA for 282dd6a
README.md
@@ -304,7 +304,10 @@ module.exports = async ({github, context, core}) => {
304
305
### Use npm packages
306
307
-Like importing your own files above, you can also use installed modules:
+Like importing your own files above, you can also use installed modules.
308
+Note that this is achieved with a wrapper on top `require`, so if you're
309
+trying to require a module inside your own file, you might need to import
310
+it externally or pass the `require` wrapper to your file:
311
312
```yaml
313
on: push
0 commit comments