mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
update dependencies
This commit is contained in:
parent
041a5e7673
commit
80633001cd
8 changed files with 79 additions and 68 deletions
6
node_modules/@actions/core/lib/command.d.ts
generated
vendored
6
node_modules/@actions/core/lib/command.d.ts
generated
vendored
|
@ -5,11 +5,11 @@ 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]definitelyNotAPassword!
|
||||
* ::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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue