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
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,6 @@ needed:
63
63
from the **merge-base** of the PR branch and the default branch) and, after
64
64
the build, publish a **delta** containing only the files that changed.
65
65
66
-
If you need to override the automatic choice, set the `restore` input to
67
-
`"true"` or `"false"` (default is `"auto"`).
68
-
69
66
### Inputs
70
67
71
68
| Input | Default | Description |
@@ -78,7 +75,6 @@ If you need to override the automatic choice, set the `restore` input to
78
75
|`included-build`|| Comma-separated included build paths (e.g. `buildSrc,build-logic`). |
79
76
|`bucket`|| S3 bucket name. When set, uses S3 instead of the GitHub Actions cache. |
80
77
|`region`|`us-west-2`| AWS region (only used with `bucket`). |
81
-
|`restore`|`auto`| Restore before the build. `auto` skips restore on default-branch builds and restores on branches/PRs. Set `true`/`false` to override. |
82
78
|`save`|`true`| Set to `false` to skip saving after the build. |
83
79
|`version`|`latest`| Version of gradle-cache to install. |
84
80
|`log-level`|`info`| Log level: `debug`, `info`, `warn`, or `error`. |
0 commit comments