Skip to content

Commit 4a1d803

Browse files
committed
Update docs on commands
1 parent 0ec10b5 commit 4a1d803

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@ jobs:
170170
flags](https://cloud.google.com/sdk/gcloud/reference/run/deploy#FLAGS) for
171171
more information.
172172

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+
173179
- `no_traffic`: (Optional) If true, the newly deployed revision will not
174180
receive traffic. The default value is false.
175181

0 commit comments

Comments
 (0)