Release 0.4.0
This commit is contained in:
parent
fb0c8c5285
commit
e2ceb8f4c3
2 changed files with 10 additions and 10 deletions
12
README.md
12
README.md
|
|
@ -46,13 +46,13 @@ Default `false`.
|
||||||
### Simple configuration
|
### Simple configuration
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: p0deje/setup-bazel@0.3.2
|
- uses: p0deje/setup-bazel@0.4.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Additional `.bazelrc` options
|
### Additional `.bazelrc` options
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: p0deje/setup-bazel@0.3.2
|
- uses: p0deje/setup-bazel@0.4.0
|
||||||
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.3.2
|
- uses: p0deje/setup-bazel@0.4.0
|
||||||
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.3.2
|
- uses: p0deje/setup-bazel@0.4.0
|
||||||
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.3.2
|
- uses: p0deje/setup-bazel@0.4.0
|
||||||
with:
|
with:
|
||||||
external-cache: |
|
external-cache: |
|
||||||
manifest:
|
manifest:
|
||||||
|
|
@ -90,7 +90,7 @@ Default `false`.
|
||||||
### Disable individual external repositories conditionally
|
### Disable individual external repositories conditionally
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: p0deje/setup-bazel@0.3.2
|
- uses: p0deje/setup-bazel@0.4.0
|
||||||
with:
|
with:
|
||||||
external-cache: |
|
external-cache: |
|
||||||
manifest:
|
manifest:
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "setup-bazel",
|
"name": "setup-bazel",
|
||||||
"version": "0.3.2",
|
"version": "0.4.0",
|
||||||
"description": "Install and configure Bazel for GitHub Actions",
|
"description": "Install and configure Bazel for GitHub Actions",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines" : {
|
"engines": {
|
||||||
"node" : "16.x"
|
"node": "16.x"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",
|
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue