Skip to content

Commit

Permalink
Add warning about skip_install (#630)
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, 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 <[email protected]>
  • Loading branch information
ethanmdavidson authored Apr 29, 2023
1 parent 1bee7de commit a8c7802
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, and any workflows with `skip_install: true`
will stop working when that happens.

- `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 a8c7802

Please sign in to comment.