mirror of https://github.com/actions/toolkit
npm run format
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…
Reference in New Issue