2023-01-27 14:49:09 -05:00

6 lines
119 B
TypeScript

import {run} from './action'
import * as core from '@actions/core'
// Run the application
run().catch(core.setFailed)