Skip to content

Commit

Permalink
Merge pull request #9 from WeeverApps/fix-adapter-api
Browse files Browse the repository at this point in the history
Update to latest Probot adapter & octokit
  • Loading branch information
rgeraldporter authored Apr 7, 2021
2 parents 0712a8d + 29b88cf commit 21fb8c8
Show file tree
Hide file tree
Showing 3 changed files with 89,647 additions and 88 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('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);
Loading

0 comments on commit 21fb8c8

Please sign in to comment.