Skip to content

Commit 5d086b3

Browse files
committed
Fix typos in documentation
1 parent 2b01397 commit 5d086b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# arduino/report-size-deltas action
22

3-
This action comments on the pull request with a report on the change in memory usage of an example sketch. This should be run from a [scheduled workflow](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule).
3+
This action comments on the pull request with a report on the resulting change in memory usage of the [Arduino](https://www.arduino.cc/) sketches compiled by the [`arduino/compile-sketches`](https://github.com/arduino/compile-sketches) action. This should be run from a [scheduled workflow](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule).
44

55
## Inputs
66

77
### `size-deltas-reports-artifact-name`
88

9-
Name of the workflow artifact that contains the memory usage data, as specified to the actions/upload-artifact action via the name argument. Default "size-deltas-reports".
9+
Name of the workflow artifact that contains the memory usage data, as specified to the [`actions/upload-artifact`](https://github.com/actions/upload-artifact) action via its `name` input. Default "size-deltas-reports".
1010

1111
### `github-token`
1212

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 'Report Arduino Sketch Size Deltas'
2-
description: 'Comments on the pull request with a report on the change in memory usage of an example sketch'
2+
description: 'Comments on the pull request with a report on the resulting change in memory usage of Arduino sketches'
33
inputs:
44
size-deltas-reports-artifact-name:
5-
description: 'Name of the workflow artifact that contains the memory usage data, as specified to the actions/upload-artifact action via the name argument'
5+
description: 'Name of the workflow artifact that contains the memory usage data, as specified to the actions/upload-artifact action via its name input'
66
default: 'size-deltas-reports'
77
github-token:
88
description: 'GitHub access token used to comment the memory usage comparison results to the PR thread'

0 commit comments

Comments
 (0)