/**
* The entrypoint for the action.
*/
import { run } from './main'
/* istanbul ignore next */
run()