diff --git a/README.md b/README.md index e271bad..360ac36 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Path in which to save a JSON formatted file containing data from the sketch comp This report is used by the [`arduino/report-size-deltas`](https://github.com/arduino/report-size-deltas) and [`arduino/report-size-trends`](https://github.com/arduino/report-size-trends) actions. -**Default**: `"size-deltas-reports"` +**Default**: `"sketches-reports"` ### `github-token` diff --git a/action.yml b/action.yml index 2574e03..e173acc 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: default: false sketches-report-path: description: 'Path in which to save a JSON formatted file containing data from the sketch compilations' - default: 'size-deltas-reports' + default: 'sketches-reports' github-token: description: 'GitHub access token used to get information from the GitHub API. Only needed if you are using the deltas report feature in a private repository.' default: ''