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 8154e45 commit 235ea15Copy full SHA for 235ea15
README.md
@@ -18,11 +18,11 @@ module.exports = (app) => {
18
};
19
```
20
21
-Then in the entrypoint of your GitHub Action, require `@probot/github-action` instead of `probot`
+Then in the entrypoint of your GitHub Action, require `@probot/adapter-github-actions` instead of `probot`
22
23
```js
24
// index.js
25
-const { run } = require("@probot/github-action");
+const { run } = require('@probot/adapter-github-actions')
26
const app = require("./app");
27
28
run(app).catch((error) => {
0 commit comments