Release v0.3.1
This commit is contained in:
parent
c507aa075e
commit
b322095c95
2 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -46,13 +46,13 @@ Default `false`.
|
||||||
### Simple configuration
|
### Simple configuration
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: p0deje/setup-bazel@0.2.0
|
- uses: p0deje/setup-bazel@0.3.1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Additional `.bazelrc` options
|
### Additional `.bazelrc` options
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: p0deje/setup-bazel@0.2.0
|
- uses: p0deje/setup-bazel@0.3.1
|
||||||
with:
|
with:
|
||||||
bazelrc: |
|
bazelrc: |
|
||||||
build --show_timestamps
|
build --show_timestamps
|
||||||
|
|
@ -61,7 +61,7 @@ Default `false`.
|
||||||
### Full caching enabled
|
### Full caching enabled
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: p0deje/setup-bazel@0.2.0
|
- uses: p0deje/setup-bazel@0.3.1
|
||||||
with:
|
with:
|
||||||
bazelisk-cache: true
|
bazelisk-cache: true
|
||||||
disk-cache: true
|
disk-cache: true
|
||||||
|
|
@ -72,7 +72,7 @@ Default `false`.
|
||||||
### Separate disk cache between workflows
|
### Separate disk cache between workflows
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: p0deje/setup-bazel@0.2.0
|
- uses: p0deje/setup-bazel@0.3.1
|
||||||
with:
|
with:
|
||||||
disk-cache: ${{ github.workflow }}}
|
disk-cache: ${{ github.workflow }}}
|
||||||
```
|
```
|
||||||
|
|
@ -80,7 +80,7 @@ Default `false`.
|
||||||
### Cache external repository based on different files
|
### Cache external repository based on different files
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: p0deje/setup-bazel@0.2.0
|
- uses: p0deje/setup-bazel@0.3.1
|
||||||
with:
|
with:
|
||||||
external-cache: |
|
external-cache: |
|
||||||
manifest:
|
manifest:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "setup-bazel",
|
"name": "setup-bazel",
|
||||||
"version": "0.2.0",
|
"version": "0.3.1",
|
||||||
"description": "Install and configure Bazel for GitHub Actions",
|
"description": "Install and configure Bazel for GitHub Actions",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines" : {
|
"engines" : {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue