Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samgehret authored Jun 22, 2020
1 parent 599a230 commit ec6fff8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Manage Segment Function'
description: 'Manage your Segment functions from own development environment using Github Actions to create and update your functions.'
branding:
icon: arrow-up
color: blue
inputs:
token: # id of input
description: 'Auth Token Generated By Segment'
Expand All @@ -25,4 +28,4 @@ inputs:
required: false
runs:
using: 'node12'
main: 'index.js'
main: 'index.js'

0 comments on commit ec6fff8

Please sign in to comment.