From 6afc4f288402ab404bcc320273bd3fe8e1c4dd60 Mon Sep 17 00:00:00 2001 From: yimysty Date: Mon, 28 Mar 2022 12:28:46 -0700 Subject: [PATCH] slow query seconds --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 41ffc62..0b3def5 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: reporting_interval: description: 'Time in milliseconds between two deployment status report (default: 1 second)' required: false - default: "1000" + default: "5000" outputs: page_url: description: 'URL to deployed Github Pages'