mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Update README.md
This commit is contained in:
parent
62c8044fd6
commit
603dfa3ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ jobs:
|
||||||
console.log(require(scriptPath)({context}))
|
console.log(require(scriptPath)({context}))
|
||||||
```
|
```
|
||||||
|
|
||||||
*(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()`.*
|
||||||
|
|
||||||
And then export a function from your module:
|
And then export a function from your module:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue