diff --git a/README.md b/README.md index 811a6186..c66f32f0 100644 --- a/README.md +++ b/README.md @@ -203,8 +203,8 @@ jobs: - no_traffic: _(Optional, default: `false`)_ If true, the newly deployed revision will not receive traffic. This option only applies to services. -- wait: _(Optional, default: `true`)_ If true, the action will wait for the job to complete before exiting. This - option only applies to jobs. +- wait: _(Optional, default: `false`)_ If true, the action will execute and wait for the job to complete before + exiting. This option only applies to jobs. - revision_traffic: _(Optional)_ Comma-separated list of revision traffic assignments. diff --git a/action.yml b/action.yml index 6379c326..302ab867 100644 --- a/action.yml +++ b/action.yml @@ -220,9 +220,9 @@ inputs: wait: description: |- - If true, the action will wait for the job to complete before exiting. This - option only applies to jobs. - default: 'true' + If true, the action will execute and wait for the job to complete before + exiting. This option only applies to jobs. + default: 'false' required: false revision_traffic: