Bump @actions/core from 1.1.0 to 1.2.6

This commit is contained in:
Koushik Dey
2020-10-11 19:08:18 +05:30
parent c578d50a12
commit 7d00e7b645
18 changed files with 4996 additions and 104 deletions
+5
View File
@@ -0,0 +1,5 @@
/**
* Sanitizes an input into a string so it can be passed into issueCommand safely
* @param input input to sanitize into a string
*/
export declare function toCommandValue(input: any): string;