From f1bd82b3b059f1f4fe3dca3203c9ea68c6e73ba7 Mon Sep 17 00:00:00 2001 From: Marcus Thelin Date: Wed, 3 Sep 2025 10:25:08 +0200 Subject: [PATCH] Make wait default to false --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6379c326..68946e21 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 + If true, the action will execute and wait for the job to complete before exiting. This option only applies to jobs. - default: 'true' + default: 'false' required: false revision_traffic: