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