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