Skip to content

Commit

Permalink
fixed issue #40
Browse files Browse the repository at this point in the history
  • Loading branch information
camelaissani authored Jan 20, 2024
1 parent 5b89ac6 commit f6bd0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6bd0ef

Please sign in to comment.