Add module-root option for changing module location within the repository (#69)
This commit is contained in:
parent
98248079ae
commit
e0e802d0ce
7 changed files with 82 additions and 5809 deletions
|
|
@ -29,6 +29,10 @@ inputs:
|
|||
description: Google Cloud account key for remote cache
|
||||
required: false
|
||||
default: ""
|
||||
module-root:
|
||||
description: Bazel module root directory. Default is `.`
|
||||
required: false
|
||||
default: "."
|
||||
output-base:
|
||||
description: Bazel output base directory. Default is $HOME/.cache/bazel (POSIX) or D:/_bazel (Windows)
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue