Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pchynoweth authored Jun 21, 2020
1 parent 8f84d1f commit d74952c
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,4 +1,4 @@
name: 'Gte npm version action'
name: 'Get npm version action'
description: 'Extracts the version string from the package.json file'
inputs:
file:
Expand All @@ -11,3 +11,6 @@ outputs:
runs:
using: 'node12'
main: 'index.js'
branding:
icon: activity
color: gray-dark

0 comments on commit d74952c

Please sign in to comment.