Skip to content

Commit e427ad8

Browse files
Release: v2.2.1 (#722)
## What's Changed * Update deps by @sethvargo in #720 * Bump to the latest actions-utils to fix the gen-readme bug by @sethvargo in #721 **Full Changelog**: v2.2.0...v2.2.1
1 parent d71efb7 commit e427ad8

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
<!-- BEGIN_AUTOGEN_INPUTS -->
6060
61-
- <a name="version"></a><a href="#user-content-version"><code>version</code></a>: _(Optional, default: `latest`)_ A string representing the version or version constraint of the Cloud SDK
61+
- <a name="__input_version"></a><a href="#user-content-__input_version"><code>version</code></a>: _(Optional, default: `latest`)_ A string representing the version or version constraint of the Cloud SDK
6262
(`gcloud`) to install (e.g. `"290.0.1"` or `">= 197.0.1"`). The default
6363
value is `"latest"`, which will always download and install the latest
6464
available Cloud SDK version.
@@ -83,26 +83,26 @@ jobs:
8383
You are responsible for ensuring the `gcloud` version matches the features
8484
and components required.
8585

86-
- <a name="project_id"></a><a href="#user-content-project_id"><code>project_id</code></a>: _(Optional)_ ID of the Google Cloud project. If provided, this will configure gcloud to
86+
- <a name="__input_project_id"></a><a href="#user-content-__input_project_id"><code>project_id</code></a>: _(Optional)_ ID of the Google Cloud project. If provided, this will configure gcloud to
8787
use this project ID by default for commands. Individual commands can still
8888
override the project using the `--project` flag which takes precedence. If
8989
unspecified, the action attempts to find the "best" project ID by looking
9090
at other inputs and environment variables.
9191

92-
- <a name="install_components"></a><a href="#user-content-install_components"><code>install_components</code></a>: _(Optional)_ List of additional [gcloud
92+
- <a name="__input_install_components"></a><a href="#user-content-__input_install_components"><code>install_components</code></a>: _(Optional)_ List of additional [gcloud
9393
components](https://cloud.google.com/sdk/docs/components) to install,
9494
specified as a comma-separated list of strings:
9595

9696
install_components: 'alpha,cloud-datastore-emulator'
9797

98-
- <a name="skip_install"></a><a href="#user-content-skip_install"><code>skip_install</code></a>: _(Optional)_ Skip installation of gcloud and use the [system-supplied
98+
- <a name="__input_skip_install"></a><a href="#user-content-__input_skip_install"><code>skip_install</code></a>: _(Optional)_ Skip installation of gcloud and use the [system-supplied
9999
version](https://github.com/actions/runner-images) instead. If specified,
100100
the `version` input is ignored.
101101

102102
⚠️ You will not be able to install additional gcloud components, because the
103103
system installation is locked.
104104

105-
- <a name="skip_tool_cache"></a><a href="#user-content-skip_tool_cache"><code>skip_tool_cache</code></a>: _(Optional)_ Skip transferring the downloaded artifacts into the runner's tool cache.
105+
- <a name="__input_skip_tool_cache"></a><a href="#user-content-__input_skip_tool_cache"><code>skip_tool_cache</code></a>: _(Optional)_ Skip transferring the downloaded artifacts into the runner's tool cache.
106106
On GitHub-managed runners, this makes no difference since they are
107107
ephemeral. On self-hosted runners, this controls whether the downloads are
108108
cached stored on the disk.
@@ -117,7 +117,7 @@ jobs:
117117

118118
<!-- BEGIN_AUTOGEN_OUTPUTS -->
119119

120-
- `version`: Version of gcloud that was installed.
120+
- <a name="__output_version"></a><a href="#user-content-__output_version"><code>version</code></a>: Version of gcloud that was installed.
121121

122122

123123
<!-- END_AUTOGEN_OUTPUTS -->

dist/index.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-gcloud",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Setup gcloud GitHub action",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)