Skip to content

Commit a8c7802

Browse files
Add warning about skip_install (#630)
Based on github's comments in actions/runner-images#7101 it's my understanding that at some point the system-installed gcloud will no longer be included in the runners. When that happens, I assume any workflows with `skip_install: true` will stop working (also fyi: the readme [references](https://github.com/google-github-actions/setup-gcloud#contributing) CONTRIBUTING.md, but that file doesn't exist) --------- Signed-off-by: Ethan Davidson <ethanmdavidson@gmail.com>
1 parent 1bee7de commit a8c7802

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
improve workflow speeds at the expense of a slightly older gcloud version.
5858
Setting this to `true` ignores any value for the `version` input. If you
5959
skip installation, you will be unable to install components because the
60-
system-install gcloud is locked. The default value is `false`.
60+
system-install gcloud is locked. The default value is `false`. ⚠️ Be aware
61+
that GitHub [plans to remove](https://github.com/actions/runner-images/issues/7101)
62+
the system-installed gcloud, and any workflows with `skip_install: true`
63+
will stop working when that happens.
6164

6265
- `version`: (Optional) A string representing the version or version
6366
constraint of the Cloud SDK (`gcloud`) to install (e.g. `"290.0.1"` or `">=

0 commit comments

Comments
 (0)