We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42de0fe commit 1876a6cCopy full SHA for 1876a6c
action.yml
@@ -1,11 +1,15 @@
1
name: Install Crystal
2
description: Install Crystal programming language
3
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
10
token:
11
description: Personal access token (auto-populated)
12
default: ${{ github.token }}
- destination:
- description: The directory to store Crystal in
13
runs:
14
using: node12
15
main: index.js
0 commit comments