github-pages-deploy-action/src/main.ts

6 lines
135 B
TypeScript
Raw Normal View History

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