allow a list of files for repositoryCacheConfig (#117)
--------- Co-authored-by: Karthik Sethuraman <ksethuraman@linkedin.com>
This commit is contained in:
parent
5528b8082a
commit
905421c656
6 changed files with 98534 additions and 98923 deletions
|
|
@ -230,6 +230,15 @@ Default `false`.
|
|||
with:
|
||||
repository-cache: examples/gem/WORKSPACE
|
||||
```
|
||||
|
||||
#### Store a repository cache from a list of custom locations
|
||||
```yaml
|
||||
- uses: bazel-contrib/setup-bazel@0.15.0
|
||||
with:
|
||||
repository-cache: |
|
||||
- MODULE.bazel
|
||||
- requirements_locked.txt
|
||||
```
|
||||
</details>
|
||||
|
||||
## Migrating from [`bazelbuild/setup-bazelisk`][6]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue