Skip to content

Commit

Permalink
Fix for namespacing of import
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraldporter committed Mar 22, 2021
1 parent 117cde9 commit 85a2870
Show file tree
Hide file tree
Showing 2 changed files with 89,600 additions and 46 deletions.
2 changes: 1 addition & 1 deletion action.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Require the adapter
const { adapt } = require('adapter-github-actions');
const { adapt } = require('@probot/adapter-github-actions');

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

0 comments on commit 85a2870

Please sign in to comment.