Rename version input to just-version

This is technically a breaking  change, but let's hope no one is
actually using this action yet.
This commit is contained in:
Ross MacArthur
2020-05-03 13:59:00 +02:00
parent 2d295f385f
commit 7bd7066470
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ branding:
icon: 'play'
color: 'blue'
inputs:
version:
just-version:
description: 'A valid semver specifier of the just version to install'
runs:
using: 'node12'