Skip to content

Commit 98519b3

Browse files
committed
Remove off-topic example from readme
The likely use for a sketches report workflow artifact is for the `arduino/report-size-deltas` action. Especially now that they are hosted in separate repositories, it makes more sense to provide this example in the documentation of that action alongside the `arduino/report-size-deltas` example that inherently depends on it.
1 parent e8780d2 commit 98519b3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ Set to `true` to cause the action to record the compiler warning count for each
210210

211211
## Example usage
212212

213-
Only compiling examples:
214213
```yaml
215214
- uses: arduino/compile-sketches@main
216215
with:
@@ -220,14 +219,3 @@ Only compiling examples:
220219
- name: Stepper
221220
version: 1.1.3
222221
```
223-
224-
Storing the sketches compilation report report as a [workflow artifact](https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts):
225-
```yaml
226-
- uses: arduino/compile-sketches@main
227-
with:
228-
enable-deltas-report: true
229-
- uses: actions/upload-artifact@v1
230-
with:
231-
name: size-deltas-reports
232-
path: size-deltas-reports
233-
```

0 commit comments

Comments
 (0)