From 2014fada887e22b50eb57c4fa8080c60168ae37c Mon Sep 17 00:00:00 2001 From: Ethan Davidson Date: Fri, 28 Apr 2023 15:59:44 -0400 Subject: [PATCH] Add warning about `skip_install` Based on github's comments in https://github.com/actions/runner-images/issues/7101 it's my understanding that at some point the system-installed gcloud will no longer be included in the runners. When that happens, anyone workflows with `skip_install: true` will stop working Signed-off-by: Ethan Davidson --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aaa82812..696853db6 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,10 @@ jobs: improve workflow speeds at the expense of a slightly older gcloud version. Setting this to `true` ignores any value for the `version` input. If you skip installation, you will be unable to install components because the - system-install gcloud is locked. The default value is `false`. + system-install gcloud is locked. The default value is `false`. ⚠️ Be aware + that GitHub [plans to remove](https://github.com/actions/runner-images/issues/7101) + the system-installed gcloud, so this option might result in the workflow + breaking at some point in the future. - `version`: (Optional) A string representing the version or version constraint of the Cloud SDK (`gcloud`) to install (e.g. `"290.0.1"` or `">=