Skip to content

Commit 01037b3

Browse files
committed
Fix typos in documentation
1 parent aa6cbae commit 01037b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ Storing the sketches compilation report report as a [workflow artifact](https://
146146
uses: actions/upload-artifact@v1
147147
with:
148148
name: size-deltas-reports
149-
path: size-delta-reports
149+
path: size-deltas-reports
150150
```

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 'Compile Arduino Sketches'
2-
description: 'Compiles all the examples included in the library'
2+
description: 'Checks whether Arduino sketches will compile and produces a report of data from the compilations'
33
inputs:
44
cli-version:
5-
description: 'Version of arduino-cli to use when builing'
5+
description: 'Version of Arduino CLI to use when building'
66
default: 'latest'
77
fqbn:
88
description: 'Full qualified board name, with Boards Manager URL if needed'
@@ -14,7 +14,7 @@ inputs:
1414
description: 'YAML-format list of platform dependencies to install'
1515
default: ''
1616
sketch-paths:
17-
description: 'List of paths containing sketches to compile.'
17+
description: 'YAML-format list of paths containing sketches to compile.'
1818
default: '- examples'
1919
verbose:
2020
description: 'Set to true to show verbose output in the log'
@@ -23,7 +23,7 @@ inputs:
2323
description: 'Path in which to save a JSON formatted file containing data from the sketch compilations'
2424
default: 'size-deltas-reports'
2525
github-token:
26-
description: 'GitHub access token used to get information from the GitHub API. Only needed if you are using the size deltas report feature with a private repository.'
26+
description: 'GitHub access token used to get information from the GitHub API. Only needed if you are using the deltas report feature in a private repository.'
2727
default: ''
2828
enable-deltas-report:
2929
description: 'Set to true to cause the action to determine the change in memory usage and compiler warnings of the compiled sketches between the head and base refs of a PR and the immediate parent commit of a push'

0 commit comments

Comments
 (0)