Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercodes committed Jun 9, 2021
1 parent 7d5471f commit 5f1c67b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const github = require('@actions/github');
const {getUserIsApprover} = require('./lib/index');

try {
const command = core.getInput('command');
const actor = github.context.actor;
return getUserIsApprover(actor, './');
} catch (error) {
Expand Down

0 comments on commit 5f1c67b

Please sign in to comment.