Skip to content

Commit 1aa2792

Browse files
shwetankvermaahmadnassri
authored andcommitted
add message for delay
1 parent d8d6cfe commit 1aa2792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default async function ({ token, delay, timeout }) {
5353
}
5454

5555
// zzz
56+
core.info(`waiting for #${delay/1000} minutes before polling the status again`)
5657
await sleep(delay)
5758

5859
// get the data again

0 commit comments

Comments
 (0)