From bc4f9a217b359c73e593a07f746a0694048a40b2 Mon Sep 17 00:00:00 2001 From: Michel Martineau Date: Thu, 16 Nov 2023 17:55:19 +0100 Subject: [PATCH] add new input wait_server_startup_duration --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0293c86..76226bb 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ inputs: description: 'Custom API endpoint of LanguageTool server. e.g. https://languagetool.org/api' default: '' wait_server_startup_duration: - description: 'Wait the startup of the server' + description: 'Wait the startup of the server.' default: '3' runs: using: 'docker'