diff --git a/README.md b/README.md index 7d37723..dfb4345 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This action comments on the pull request with a report on the resulting change i ### `sketches-reports-source` -**Default**: "size-deltas-reports" +**Default**: "sketches-reports" The action can be used in two ways: @@ -68,8 +68,8 @@ jobs: enable-deltas-report: true - uses: actions/upload-artifact@v2 with: - name: size-deltas-reports - path: size-deltas-reports + name: sketches-reports + path: sketches-reports ``` ### Workflow triggered by `pull_request` event diff --git a/action.yml b/action.yml index 2e6c715..3074acc 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Comments on the pull request with a report on the resulting change inputs: sketches-reports-source: 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.' - default: 'size-deltas-reports' + default: 'sketches-reports' github-token: description: 'GitHub access token used to comment the memory usage comparison results to the PR thread' default: ${{ github.token }}