mirror of https://github.com/actions/toolkit
Update utils.ts
parent
a5df6ef8f5
commit
397ffad018
|
@ -21,7 +21,7 @@ export function toCommandValue(input: any): string {
|
||||||
*
|
*
|
||||||
* @param annotationProperties
|
* @param annotationProperties
|
||||||
* @returns The command properties to send with the actual annotation command
|
* @returns The command properties to send with the actual annotation command
|
||||||
* See: https://github.com/actions/runner/blob/ee34f4842e747b452e13235836c92b2bb1606816/src/Runner.Worker/ActionCommandManager.cs#L566
|
* See IssueCommandProperties: https://github.com/actions/runner/blob/fff31e11c5208854164adb5e2532b822fbca7574/src/Runner.Worker/ActionCommandManager.cs#L646
|
||||||
*/
|
*/
|
||||||
export function toCommandProperties(
|
export function toCommandProperties(
|
||||||
annotationProperties: AnnotationProperties
|
annotationProperties: AnnotationProperties
|
||||||
|
|
Loading…
Reference in New Issue