Skip to content

Commit

Permalink
doc: add example for install_components (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Feb 2, 2022
1 parent 0f5aed1 commit f9167b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@ jobs:
with the `--project` flag. If unspecified, the action attempts to find the
"best" project ID by looking at other inputs and environment variables.

- `install_components`: (Optional) List of Cloud SDK components to install
- `install_components`: (Optional) List of [Cloud SDK
components](https://cloud.google.com/sdk/docs/components) to install
specified as a comma-separated list of strings:

```yaml
install_components: 'alpha,cloud-datastore-emulator'
```
### Authentication inputs
Expand Down

0 comments on commit f9167b9

Please sign in to comment.