mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-30 06:48:05 +08:00
update specs
This commit is contained in:
@@ -42,7 +42,7 @@ export function getInput(name: string, options?: InputOptions): string | undefin
|
||||
* sets the status of the action to neutral
|
||||
* @param message
|
||||
*/
|
||||
export function setFailed(message: string): void
|
||||
export function setNeutral(message: string): void
|
||||
|
||||
/**
|
||||
* sets the status of the action to failed
|
||||
|
||||
Reference in New Issue
Block a user