From 07d6b360282f5ee3360d67c4d6c5384f2b05fd05 Mon Sep 17 00:00:00 2001 From: Benjamin Rasmussen Date: Thu, 24 Aug 2023 21:28:31 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a157a50..da693a6 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ runs: set +e echo "Giving psh a chance to detect the git update.." - sleep 45s + sleep 10s export PLATFORMSH_CLI_NO_INTERACTION=1; export PLATFORM_PROJECT=${{ inputs.PLATFORMSH_ID }};