From 397ffad0186552156f3d91733e9c0ad6b7c929ce Mon Sep 17 00:00:00 2001 From: Luke Tomlinson Date: Tue, 13 Jul 2021 11:40:54 -0400 Subject: [PATCH] Update utils.ts --- packages/core/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/utils.ts b/packages/core/src/utils.ts index 425c289a..70a73658 100644 --- a/packages/core/src/utils.ts +++ b/packages/core/src/utils.ts @@ -21,7 +21,7 @@ export function toCommandValue(input: any): string { * * @param annotationProperties * @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( annotationProperties: AnnotationProperties