github-pages-deploy-action/lib/ssh.d.ts

6 lines
169 B
TypeScript
Raw Permalink Normal View History

import { ActionInterface } from './constants';
/**
* Configures SSH for the workflow.
*/
export declare function configureSSH(action: ActionInterface): Promise<void>;