Skip to content

Commit

Permalink
Merge branch 'main' into sethvargo-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Apr 29, 2023
2 parents 85ea6fa + a8c7802 commit 580862a
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 580862a

Please sign in to comment.