Skip to content

Commit 2b01397

Browse files
committed
Update documentation to reflect move to dedicated repository
The move of the action to its dedicated repository resulting in some parts of the documentation becoming outdated.
1 parent ff02073 commit 2b01397

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

33
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).
44

@@ -22,5 +22,5 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: arduino/actions/libraries/report-size-deltas@master
25+
- uses: arduino/report-size-deltas@master
2626
```

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Arduino Libraries - Report Size Deltas'
1+
name: 'Report Arduino Sketch Size Deltas'
22
description: 'Comments on the pull request with a report on the change in memory usage of an example sketch'
33
inputs:
44
size-deltas-reports-artifact-name:

0 commit comments

Comments
 (0)