Skip to content

Commit

Permalink
Clean up action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonGrodin committed Aug 2, 2020
1 parent 1b065d8 commit 46f16eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Setup SML environment'
description: 'Setup a SML environment and add it to the PATH'
name: 'Setup SML'
description: 'Set up a Standard ML environment and add it to the PATH'
author: 'Project Savanna'
inputs:
smlnj-version:
Expand All @@ -8,3 +8,6 @@ inputs:
runs:
using: 'node12'
main: 'lib/setup-sml.js'
branding:
icon: 'code'
color: 'yellow'

0 comments on commit 46f16eb

Please sign in to comment.