File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# setup-arduino-cli
2
2
3
+ [ ![ Actions Status] ( https://github.com/arduino/setup-arduino-cli/workflows/test/badge.svg )] ( https://github.com/arduino/setup-arduino-cli/actions )
4
+
3
5
This action makes the ` arduino-cli ` tool available to Workflows.
4
6
5
7
## Usage
@@ -8,14 +10,14 @@ To get the latest stable version of `arduino-cli` just add this step:
8
10
9
11
``` yaml
10
12
- name : Install Arduino CLI
11
- uses : Arduino/actions/ setup-arduino-cli@master
13
+ uses : arduino/ setup-arduino-cli@m1.0.0
12
14
` ` `
13
15
14
16
If you want to pin a major or minor version you can use the ` .x` wildcard:
15
17
16
18
` ` ` yaml
17
19
- name: Install Arduino CLI
18
- uses: Arduino/actions/ setup-arduino-cli@master
20
+ uses: arduino/ setup-arduino-cli@m1.0.0
19
21
with:
20
22
version: '0.x'
21
23
` ` `
@@ -24,7 +26,7 @@ To pin the exact version:
24
26
25
27
` ` ` yaml
26
28
- name: Install Arduino CLI
27
- uses: Arduino/actions/ setup-arduino-cli@master
29
+ uses: arduino/ setup-arduino-cli@m1.0.0
28
30
with:
29
31
version: '0.5.0'
30
32
` ` `
You can’t perform that action at this time.
0 commit comments