We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4da6cb + 5fc9bf9 commit 5eabdaeCopy full SHA for 5eabdae
1 file changed
index.js
@@ -9,7 +9,7 @@ async function run() {
9
console.log(`Waiting ${ms} milliseconds ...`)
10
11
core.debug((new Date()).toTimeString())
12
- wait(parseInt(ms));
+ await wait(parseInt(ms));
13
14
15
core.setOutput('time', new Date().toTimeString());
0 commit comments