We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.x
1 parent 027efd5 commit 5ddb39eCopy full SHA for 5ddb39e
action.yml
@@ -3,8 +3,8 @@ description: "Download Arduino CLI and add it to the PATH"
3
author: "Arduino"
4
inputs:
5
version:
6
- description: "Version to use. Example: 0.5.0"
7
- default: "0.x"
+ description: "Version to use. Example: (1.0.1, 1.0.x, 1.x)"
+ default: "1.x"
8
token:
9
description: "Personal access token (PAT) used to call the Github API."
10
required: false
0 commit comments