mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 16:01:06 +08:00
npm run format
This commit is contained in:
parent
55c0e7020e
commit
9b0b345617
@ -68,7 +68,7 @@ export function getInput(name: string, options?: InputOptions): string {
|
||||
* @param value value to store
|
||||
*/
|
||||
export function setOutput(name: string, value: string): void {
|
||||
issueCommand('set-output', {'name': name}, value)
|
||||
issueCommand('set-output', {name: name}, value)
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user