mirror of https://github.com/actions/toolkit
object shorthand syntax
...is an abomination, but I don't make the rules =Ppull/22/head
parent
9b0b345617
commit
b8a0fd6e78
|
@ -68,7 +68,7 @@ export function getInput(name: string, options?: InputOptions): string {
|
||||||
* @param value value to store
|
* @param value value to store
|
||||||
*/
|
*/
|
||||||
export function setOutput(name: string, value: string): void {
|
export function setOutput(name: string, value: string): void {
|
||||||
issueCommand('set-output', {name: name}, value)
|
issueCommand('set-output', {name}, value)
|
||||||
}
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue