remove node_modules

This commit is contained in:
softprops 2019-09-09 21:10:40 +09:00
parent c7638c8893
commit 60358a145c
444 changed files with 0 additions and 83958 deletions

View file

@ -1,16 +0,0 @@
interface CommandProperties {
[key: string]: string;
}
/**
* Commands
*
* Command Format:
* ##[name key=value;key=value]message
*
* Examples:
* ##[warning]This is the user warning message
* ##[set-secret name=mypassword]definitelyNotAPassword!
*/
export declare function issueCommand(command: string, properties: CommandProperties, message: string): void;
export declare function issue(name: string, message?: string): void;
export {};