github-pages-deploy-action/src/main.ts
2020-03-05 08:19:45 -05:00

6 lines
130 B
TypeScript

import {action} from './constants'
import run from './lib'
// Runs the action within the GitHub actions environment.
run(action)