mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Merge pull request #67 from j-ulrich/j-ulrich-absolute-path-note
Adds note that absolute path is required
This commit is contained in:
commit
83107c8695
1 changed files with 2 additions and 0 deletions
|
|
@ -203,6 +203,8 @@ 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()`.*
|
||||||
|
|
||||||
And then export a function from your module:
|
And then export a function from your module:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue