You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ jobs:
58
58
59
59
<!-- BEGIN_AUTOGEN_INPUTS -->
60
60
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
62
62
(`gcloud`) to install (e.g. `"290.0.1"` or `">= 197.0.1"`). The default
63
63
value is `"latest"`, which will always download and install the latest
64
64
available Cloud SDK version.
@@ -83,26 +83,26 @@ jobs:
83
83
You are responsible for ensuring the `gcloud` version matches the features
84
84
and components required.
85
85
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
87
87
use this project ID by default for commands. Individual commands can still
88
88
override the project using the `--project` flag which takes precedence. If
89
89
unspecified, the action attempts to find the "best" project ID by looking
90
90
at other inputs and environment variables.
91
91
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
93
93
components](https://cloud.google.com/sdk/docs/components) to install,
- <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
99
99
version](https://github.com/actions/runner-images) instead. If specified,
100
100
the `version` input is ignored.
101
101
102
102
⚠️ You will not be able to install additional gcloud components, because the
103
103
system installation is locked.
104
104
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.
106
106
On GitHub-managed runners, this makes no difference since they are
107
107
ephemeral. On self-hosted runners, this controls whether the downloads are
108
108
cached stored on the disk.
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
<!-- BEGIN_AUTOGEN_OUTPUTS -->
119
119
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.
0 commit comments