@actions/core
Advanced tools
Comparing version 1.6.0-beta.0 to 1.6.0
@@ -33,2 +33,6 @@ /** | ||
/** | ||
* The path of the file for which the annotation should be created. | ||
*/ | ||
file?: string; | ||
/** | ||
* The start line for the annotation. | ||
@@ -35,0 +39,0 @@ */ |
@@ -32,2 +32,3 @@ "use strict"; | ||
title: annotationProperties.title, | ||
file: annotationProperties.file, | ||
line: annotationProperties.startLine, | ||
@@ -34,0 +35,0 @@ endLine: annotationProperties.endLine, |
{ | ||
"name": "@actions/core", | ||
"version": "1.6.0-beta.0", | ||
"version": "1.6.0", | ||
"description": "Actions core lib", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -146,2 +146,7 @@ # `@actions/core` | ||
/** | ||
* The name of the file for which the annotation should be created. | ||
*/ | ||
file?: string | ||
/** | ||
* The start line for the annotation. | ||
@@ -148,0 +153,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
48660
782
0
312