start readme

This commit is contained in:
Bryan MacFarlane
2019-09-11 02:21:19 -04:00
parent 198d21cc29
commit 886d77802f
5 changed files with 608 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
const core = require('@actions/core');
const wait = require('./wait');
// most @actions toolkit packages have async methods
async function run() {
try {
const ms = core.getInput('milliseconds');