mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 12:42:58 +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
|
* @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…
x
Reference in New Issue
Block a user