Update action.yml
This commit is contained in:
parent
b5a4fcf531
commit
71b40b1ca0
1 changed files with 7 additions and 7 deletions
14
action.yml
14
action.yml
|
|
@ -1,13 +1,13 @@
|
||||||
name: Install nim
|
name: Install nim
|
||||||
description: Install the given nim version
|
description: Install the given nim version
|
||||||
|
|
||||||
inputs:
|
#inputs:
|
||||||
nimVersion:
|
# nimVersion:
|
||||||
description: a nim version string like 2.2.2 or 2.0.8
|
# description: a nim version string like 2.2.2 or 2.0.8
|
||||||
required: false
|
# required: false
|
||||||
os:
|
# os:
|
||||||
description: a os string like "linux" "windows"
|
# description: a os string like "linux" "windows"
|
||||||
required: false
|
# required: false
|
||||||
|
|
||||||
#runs:
|
#runs:
|
||||||
# using: docker
|
# using: docker
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue