Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercodes committed Jun 9, 2021
1 parent 96bcffc commit 7d5471f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 7d5471f

Please sign in to comment.