mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-14 14:11:37 +00:00
Update example tests
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user