Skip to content

Commit

Permalink
Add warning about skip_install
Browse files Browse the repository at this point in the history
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, anyone workflows with `skip_install: true` will stop working

Signed-off-by: Ethan Davidson <ethanmdavidson@gmail.com>
  • Loading branch information
ethanmdavidson authored Apr 28, 2023
1 parent 1bee7de commit 2014fad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `">=
Expand Down

0 comments on commit 2014fad

Please sign in to comment.