Skip to content

Commit 1876a6c

Browse files
committed
Declare all inputs in action.yml
1 parent 42de0fe commit 1876a6c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: Install Crystal
22
description: Install Crystal programming language
33
inputs:
4+
crystal:
5+
description: The version of crystal to install ("latest", "nightly", "0.34.0" etc)
6+
arch:
7+
description: The architecture of the build of Crystal ("x86_64")
8+
destination:
9+
description: The directory to store Crystal in
410
token:
511
description: Personal access token (auto-populated)
612
default: ${{ github.token }}
7-
destination:
8-
description: The directory to store Crystal in
913
runs:
1014
using: node12
1115
main: index.js

0 commit comments

Comments
 (0)