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