mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Update README.md
This commit is contained in:
parent
c19d6ba8b3
commit
62c8044fd6
1 changed files with 2 additions and 1 deletions
|
|
@ -202,7 +202,8 @@ jobs:
|
|||
const scriptPath = path.resolve('./path/to/script.js')
|
||||
console.log(require(scriptPath)({context}))
|
||||
```
|
||||
_(Note that the script path given to `require()` must be an absolute path in this case.)_
|
||||
|
||||
*(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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue