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