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.
2 parents fdf4916 + af3c0bb commit eb58336Copy full SHA for eb58336
README.md
@@ -211,7 +211,7 @@ _Note that the script path given to `require()` must be an **absolute path** in
211
And then export a function from your module:
212
213
```javascript
214
-module.exports = (github, context) => {
+module.exports = ({github, context}) => {
215
return context.payload.client_payload.value
216
}
217
```
0 commit comments