cache-apt-pkgs-action
    Preparing search index...

    Interface ActionInputs

    interface ActionInputs {
        debug: boolean;
        emptyPackagesBehavior: EmptyPackageBehavior;
        executeInstallScripts: boolean;
        packages: string;
        version: string;
    }
    Index

    Properties

    debug: boolean
    emptyPackagesBehavior: EmptyPackageBehavior
    executeInstallScripts: boolean
    packages: string
    version: string