You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ inputs:
6
6
description: 'Version of arduino-cli to use when builing. Current (3/2020) one is 0.9.0.'
7
7
default: 'latest'
8
8
required: false
9
-
9
+
10
10
sketch-names:
11
11
description: 'Comma sepatated list of patterns or filenames (without path) of the sketch(es) to test compile. Useful if the sketch is a *.cpp or *.c file or only one sketch in the repository should be compiled.'
12
12
default: '*.ino'
@@ -22,17 +22,17 @@ inputs:
22
22
description: 'Fully Qualified Board Name of the Arduino board. You may add a suffix behind the fqbn with "|" to specify one board for e.g. different compile options like arduino:avr:uno|trace.'
23
23
default: 'arduino:avr:uno'
24
24
required: false
25
-
25
+
26
26
arduino-platform:
27
27
description: 'The platform specifier, if you require a fixed version like arduino:[email protected] or do not want the specifier derived from the 2 first elements of the arduino-board-fqbn'
28
28
default: ''
29
29
required: false
30
-
30
+
31
31
platform-default-url:
32
32
description: 'The platform URL for the required board description if arduino-board-fqbn does not start with "arduino:" and not explicitly specified by platform-url.'
33
33
default: ''
34
34
required: false
35
-
35
+
36
36
platform-url:
37
37
description: 'The platform URL for the required board description if arduino-board-fqbn does not start with "arduino:".'
38
38
default: ''
@@ -55,8 +55,13 @@ inputs:
55
55
default: ''
56
56
required: false
57
57
58
-
debug:
59
-
description: 'If set to "true" she action logs verbose compile output even during successful builds'
58
+
debug-compile:
59
+
description: 'If set to "true" the action logs verbose compile output even during successful builds'
60
+
default: ''
61
+
required: false
62
+
63
+
debug-install:
64
+
description: 'If set to "true" the action logs verbose arduino-cli output during installation'
0 commit comments