Skip to content

Commit

Permalink
cleanup, remove octokit/action
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercodes committed Aug 11, 2022
1 parent dc0e5a8 commit 5074e7f
Show file tree
Hide file tree
Showing 9 changed files with 20,574 additions and 69,773 deletions.
1,010 changes: 0 additions & 1,010 deletions dist/bridge.js

This file was deleted.

977 changes: 0 additions & 977 deletions dist/events.js

This file was deleted.

9,856 changes: 0 additions & 9,856 deletions dist/helpers.js/index.js

This file was deleted.

76,553 changes: 20,512 additions & 56,041 deletions dist/index.js

Large diffs are not rendered by default.

469 changes: 0 additions & 469 deletions dist/setup-node-sandbox.js

This file was deleted.

456 changes: 0 additions & 456 deletions dist/setup-sandbox.js

This file was deleted.

4 changes: 2 additions & 2 deletions lib/helpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const {Octokit} = require('@octokit/action')
const {Octokit} = require('octokit')
const core = require('@actions/core');
const octokit = new Octokit();
const octokit = new Octokit({auth: process.env.GITHUB_TOKEN });

function uniq(a) {
return [...new Set(a)];
Expand Down
Loading

0 comments on commit 5074e7f

Please sign in to comment.