Skip to content

Commit

Permalink
Fix based on the correct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraldporter committed Mar 22, 2021
1 parent fe95048 commit 500f155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions action.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Require the adapter
const adapt = require('@probot/adapter-github-actions');
const { run } = require('@probot/adapter-github-actions');

// Require your Probot app's entrypoint, usually this is just index.js
const probot = require('./index');

// Adapt the Probot app for Actions
// This also acts as the main entrypoint for the Action
adapt(probot);
run(probot);
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64372,14 +64372,14 @@ module.exports = [["a140","",62],["a180","",32],["a240","",62],["a280",
/***/ (function(__unusedmodule, __unusedexports, __webpack_require__) {

// Require the adapter
const adapt = __webpack_require__(295);
const { run } = __webpack_require__(295);

// Require your Probot app's entrypoint, usually this is just index.js
const probot = __webpack_require__(947);

// Adapt the Probot app for Actions
// This also acts as the main entrypoint for the Action
adapt(probot);
run(probot);

/***/ }),
/* 752 */,
Expand Down

0 comments on commit 500f155

Please sign in to comment.