mirror of https://github.com/actions/cache.git
Update README.md
parent
fd98e6d51e
commit
1def6032df
|
@ -1,6 +1,6 @@
|
|||
# Shockingly faster cache action
|
||||
|
||||
This action is a drop-in replacement for the official `actions/cache@v4` action, for use with the [RunsOn](https://runs-on.com) self-hosted GitHub Action runner provider, or with your own self-hosted runner solution.
|
||||
This action is a drop-in replacement for the official `actions/cache@v4` action, for use with the [RunsOn](https://runs-on.com/?ref=cache) self-hosted GitHub Action runner provider, or with your own self-hosted runner solution.
|
||||
|
||||

|
||||
|
||||
|
@ -42,6 +42,6 @@ Be aware of S3 transfer costs if your runners are not in the same AWS region as
|
|||
## Special environment variables
|
||||
|
||||
* `RUNS_ON_S3_BUCKET_CACHE`: if set, the action will use this bucket to store the cache.
|
||||
* `RUNS_ON_RUNNER_NAME`: if set to `""` and running from RunsOn, the action will not ignore AWS credentials from the environment, if any.
|
||||
* `RUNS_ON_RUNNER_NAME`: when running on RunsOn, where this environment variable is non-empty, existing AWS credentials from the environment will be discarded. If you want to preserve existing environment variables, set this to the empty string `""`.
|
||||
* `RUNS_ON_S3_FORCE_PATH_STYLE` or `AWS_S3_FORCE_PATH_STYLE`: if one of those environment variables equals the string `"true"`, then the S3 client will be configured to force the path style.
|
||||
|
||||
|
|
Loading…
Reference in New Issue