diff --git a/setup-r-dependencies/README.md b/setup-r-dependencies/README.md index c6babdab3..db4800395 100644 --- a/setup-r-dependencies/README.md +++ b/setup-r-dependencies/README.md @@ -14,7 +14,8 @@ This action install dependencies for the current R environment based on the DESC Inputs available - `cache` - default `true`. Whether packages should be cached across runs or - not. If `"always"` is provided, the package cache will be saved even if the Action fails. + not. If `"always"` is provided, the package cache will be saved even if the + workflow fails. - `cache-version` - default `1`. If you need to invalidate the existing cache pass any other number and a new cache will be used. Ignored if `cache: false`. Note that you can also [delete caches @@ -52,7 +53,6 @@ Inputs available you need quoting. Defaults to `FALSE`. - `working-directory` - default `'.'`. If the DESCRIPTION file is not in the root directory of your repository. -- `prune` - default `true`. Used when `cache="always"`. Whether to prune the R packages not found within the lock file used during installation. Basic: ```yaml