mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 23:23:06 +08:00
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
/**
|
|
* The entrypoint for the action.
|
|
*/
|
|
import { run, RunAction } from "./main";
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
run(RunAction.UP);
|