From 1abc817d762c55aa74d7393634465e0ed517cffe Mon Sep 17 00:00:00 2001 From: Benjamin Rasmussen Date: Tue, 24 Oct 2023 11:08:42 +0200 Subject: [PATCH] Downgrade the detection time. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 06d015a..c19a58f 100644 --- a/action.yml +++ b/action.yml @@ -34,8 +34,8 @@ inputs: type: string PSH_DETECTION_WAIT: - description: "How long should we maximum wait for PSH to detect the push? If the branch doesnt exist in the PlatformSH GIT Remote, this is how long the action will take. Actually inactive environments get detected instantly. Default: 60 seconds." - default: 120 + description: "How long should we maximum wait for PSH to detect the push? If the branch doesnt exist in the PlatformSH GIT Remote, this is how long the action will take. Actually inactive environments get detected instantly." + default: 10 required: false type: integer