mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 10:49:23 +00:00
Release: v3.0.0
This commit is contained in:
parent
d26df95ce1
commit
a31422efcb
4 changed files with 10 additions and 13 deletions
11
README.md
11
README.md
|
|
@ -102,13 +102,10 @@ jobs:
|
|||
⚠️ You will not be able to install additional gcloud components, because the
|
||||
system installation is locked.
|
||||
|
||||
- <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.
|
||||
On GitHub-managed runners, this makes no difference since they are
|
||||
ephemeral. On self-hosted runners, this controls whether the downloads are
|
||||
cached stored on the disk.
|
||||
|
||||
For backwards-compatibility, this is is "false" by default. Setting the
|
||||
value to "true" can significantly speed up installation times.
|
||||
- <a name="__input_cache"></a><a href="#user-content-__input_cache"><code>cache</code></a>: _(Optional)_ Transfer the downloaded artifacts into the runner's tool cache. On
|
||||
GitHub-managed runners, this have very little impact since runneres are
|
||||
ephemeral. On self-hosted runners, this could improve future runs by
|
||||
skipping future gcloud installations.
|
||||
|
||||
|
||||
<!-- END_AUTOGEN_INPUTS -->
|
||||
|
|
|
|||
6
dist/index.js
vendored
6
dist/index.js
vendored
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "setup-gcloud",
|
||||
"version": "2.2.1",
|
||||
"version": "3.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "setup-gcloud",
|
||||
"version": "2.2.1",
|
||||
"version": "3.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "setup-gcloud",
|
||||
"version": "2.2.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Setup gcloud GitHub action",
|
||||
"main": "dist/main/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue