Thanks to visit codestin.com Credit goes to github.com
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 62c8044 commit 603dfa3Copy full SHA for 603dfa3
README.md
@@ -203,7 +203,7 @@ jobs:
203
console.log(require(scriptPath)({context}))
204
```
205
206
-*(Note that the script path given to `require()` must be an absolute path in this case, hence the call to `path.resolve()`.)*
+*Note that the script path given to `require()` must be an absolute path in this case, hence the call to `path.resolve()`.*
207
208
And then export a function from your module:
209
0 commit comments