From 7d5471f6480ea7c8ee59e4560f62eb43d94bcb61 Mon Sep 17 00:00:00 2001 From: Bryan Oliver Date: Wed, 9 Jun 2021 00:56:04 -0400 Subject: [PATCH] Update action.yml --- action.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/action.yml b/action.yml index e41a82d..84601fe 100644 --- a/action.yml +++ b/action.yml @@ -1,15 +1,5 @@ name: 'Owners Slash Command' description: 'Check OWNERS before running a slash command' -inputs: - command: - description: 'the command being run' - required: true - executor: - description: 'the person running the command' - required: true -outputs: - can-run: - description: 'pass/fail for if user can run the command' runs: using: 'node16' main: 'index.js'