mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 18:21:48 +08:00
.
This commit is contained in:
8
node_modules/@actions/core/lib/command.d.ts
generated
vendored
8
node_modules/@actions/core/lib/command.d.ts
generated
vendored
@@ -5,12 +5,12 @@ interface CommandProperties {
|
||||
* Commands
|
||||
*
|
||||
* Command Format:
|
||||
* ##[name key=value;key=value]message
|
||||
* ::name key=value,key=value::message
|
||||
*
|
||||
* Examples:
|
||||
* ##[warning]This is the user warning message
|
||||
* ##[set-secret name=mypassword]definatelyNotAPassword!
|
||||
* ::warning::This is the message
|
||||
* ::set-env name=MY_VAR::some value
|
||||
*/
|
||||
export declare function issueCommand(command: string, properties: CommandProperties, message: string): void;
|
||||
export declare function issue(name: string, message: string): void;
|
||||
export declare function issue(name: string, message?: string): void;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user