Skip to content

Commit

Permalink
refactor: add missing config for templates list checker (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored May 28, 2020
1 parent 891c680 commit eb70c7a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/templates-list-validator/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Templates list validator'
description: 'Use this action to generate docs or code from your AsyncAPI document. Use default templates or provide your custom ones.'
inputs:
token:
description: 'GitHub Token used to call GitHub API for list of templates'
required: true
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit eb70c7a

Please sign in to comment.