UNPKG

launchpad-installer

Version:

GitHub Action to install packages using Launchpad.

15 lines (13 loc) 253 B
/** * Input parameters for the launchpad-installer GitHub Action */ export interface ActionInputs { /** * Space-separated list of packages to install */ packages: string /** * Path to launchpad config file */ configPath: string }