mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
Add file property to AnnotationProperties (#896)
This commit is contained in:
@@ -32,6 +32,7 @@ export function toCommandProperties(
|
||||
|
||||
return {
|
||||
title: annotationProperties.title,
|
||||
file: annotationProperties.file,
|
||||
line: annotationProperties.startLine,
|
||||
endLine: annotationProperties.endLine,
|
||||
col: annotationProperties.startColumn,
|
||||
|
||||
Reference in New Issue
Block a user