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
Pass data to reportsizetrends module via the sketches report file
Rather than passing the sketch data via the API, it will now be passed via the report file. This change is needed to pass the data once the reportsizetrends code is moved to a separate action.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,6 @@ Set to `true` to cause the action to determine the change in memory usage for th
121
121
122
122
### `size-deltas-report-folder-name`
123
123
124
-
Folder to save the JSON formatted memory usage change reports to. Should be used only to store reports. It will be created under [`GITHUB_WORKSPACE`](https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables). The folder will be created if it doesn't already exist. Default `"size-deltas-reports"`.
125
124
126
125
### `enable-size-trends-report`
127
126
@@ -177,6 +176,7 @@ The ID of the Google Sheets spreadsheet to write the memory usage trends data to
177
176
### `size-trends-report-sheet-name`
178
177
179
178
The sheet name in the Google Sheets spreadsheet used for the memory usage trends report. Default `"Sheet1"`.
179
+
Path in which to save a JSON formatted file containing data from the sketch compilations. Should be used only to store reports. Relative paths are relative to [`GITHUB_WORKSPACE`](https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables). The folder will be created if it doesn't already exist. Default `"size-deltas-reports"`.
0 commit comments