github-pages-deploy-action/lib/ssh.d.ts
2022-10-13 03:29:18 +00:00

6 lines
169 B
TypeScript

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