Skip to content

Commit

Permalink
add inputs to actions metada
Browse files Browse the repository at this point in the history
  • Loading branch information
seferov authored Aug 21, 2019
1 parent 2a84792 commit 2afe725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ author: 'Farhad Safarov'
runs:
using: 'docker'
image: 'Dockerfile'
inputs:
title-regex:
description: 'Title regex to match'
required: true
branding:
icon: 'edit-3'
color: 'blue'

0 comments on commit 2afe725

Please sign in to comment.