Update example tests

This commit is contained in:
Nick Alteen
2023-08-24 13:26:10 -04:00
parent 5b3fb38370
commit 05e1cb88d5
5 changed files with 106 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ import { wait } from './wait'
* The main function for the action.
* @returns {Promise<void>} Resolves when the action is complete.
*/
async function run(): Promise<void> {
export async function run(): Promise<void> {
try {
const ms: string = core.getInput('milliseconds')