UNPKG

@cdwr/deploy-env-action

Version:

The Deploy Env Action will analyze the environment to deploy your Fly.io applications to.

12 lines (11 loc) 256 B
import { z } from 'zod'; export declare const ActionInputsSchema: z.ZodObject<{ mainBranch: z.ZodString; token: z.ZodString; }, "strip", z.ZodTypeAny, { mainBranch: string; token: string; }, { mainBranch: string; token: string; }>;