mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 17:21:06 +08:00
object shorthand syntax
...is an abomination, but I don't make the rules =P
This commit is contained in:
parent
9b0b345617
commit
b8a0fd6e78
@ -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}, value)
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user