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
@@ -72,7 +73,7 @@ In this usage, the `sketches-reports-source` defines the path to the folder cont
72
73
```yaml
73
74
on:
74
75
schedule:
75
-
- cron: '*/5 * * * *'
76
+
- cron: "*/5 * * * *"
76
77
jobs:
77
78
build:
78
79
runs-on: ubuntu-latest
@@ -81,6 +82,7 @@ jobs:
81
82
```
82
83
83
84
This must be used in conjunction with a workflow that runs the [`arduino/compile-sketches`](https://github.com/arduino/compile-sketches) action and uploads the resulting sketches report to a [workflow artifact](https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts):
description: 'Comments on the pull request with a report on the resulting change in memory usage of Arduino sketches'
1
+
name: "Report Arduino Sketch Size Deltas"
2
+
description: "Comments on the pull request with a report on the resulting change in memory usage of Arduino sketches"
3
3
inputs:
4
4
sketches-reports-source:
5
-
description: 'When run from scheduled workflow, name of the workflow artifact that contains sketches reports. When run from a pull request triggered workflow, path to the folder containing sketches reports.'
6
-
default: 'sketches-reports'
5
+
description: "When run from scheduled workflow, name of the workflow artifact that contains sketches reports. When run from a pull request triggered workflow, path to the folder containing sketches reports."
6
+
default: "sketches-reports"
7
7
github-token:
8
-
description: 'GitHub access token used to comment the memory usage comparison results to the PR thread'
8
+
description: "GitHub access token used to comment the memory usage comparison results to the PR thread"
0 commit comments