There was an error while loading. Please reload this page.
1 parent 0ec10b5 commit 4a1d803Copy full SHA for 4a1d803
1 file changed
README.md
@@ -170,6 +170,12 @@ jobs:
170
flags](https://cloud.google.com/sdk/gcloud/reference/run/deploy#FLAGS) for
171
more information.
172
173
+ Please note, the GitHub Action does not parse or validate the flags. You are
174
+ responsible for making sure the flags are available on the gcloud version
175
+ and subcommand. When using `tag_traffic` or `revisiion_traffic`, the command
176
+ is `gcloud run services update-traffic`. For all other values, the command
177
+ is `gcloud run deploy`.
178
+
179
- `no_traffic`: (Optional) If true, the newly deployed revision will not
180
receive traffic. The default value is false.
181
0 commit comments