mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 06:33:06 +08:00
7 lines
88 B
TypeScript
7 lines
88 B
TypeScript
/**
|
|
* The entrypoint for the action.
|
|
*/
|
|
import { run } from "./index-runner";
|
|
|
|
run();
|