From f6bd0ef2a823a353db346e5d0c41d3c4c9a8d896 Mon Sep 17 00:00:00 2001 From: camelaissani Date: Sat, 20 Jan 2024 22:28:00 +0100 Subject: [PATCH] fixed issue #40 --- src/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/index.js b/src/lib/index.js index e1ec4af..737d3f6 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -53,7 +53,7 @@ export default async function ({ token, delay, timeout }) { } // zzz - core.info(`waiting for #${delay/1000} minutes before polling the status again`) + core.info(`waiting for #${delay/1000} seconds before polling the status again`) await sleep(delay) // get the data again