We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aac944 commit 5ddf74eCopy full SHA for 5ddf74e
.github/workflows/report-size-deltas.yml
@@ -20,3 +20,6 @@ jobs:
20
steps:
21
- name: Comment size deltas reports to PRs
22
uses: arduino/report-size-deltas@main
23
+ with:
24
+ # The name of the workflow artifact created by the sketch compilation workflow
25
+ sketches-reports-source: sketches-reports
0 commit comments