Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-itto authored May 17, 2020
1 parent f568d1b commit c840768
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
inputs:
myInput: # change this
description: 'input description here'
default: 'default value if applicable'
name: 'slack_notify_actions'
description: 'slack notification action.'
author: 'ry-itto'
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit c840768

Please sign in to comment.