Swap to Environment Files V1 Release (#77)

* Swap to Environment Files
This commit is contained in:
Thomas Boop 2020-10-01 10:45:33 -04:00 committed by GitHub
parent 9fbc767707
commit 0caeaed6fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 3717 additions and 2608 deletions

5
node_modules/@actions/core/lib/utils.d.ts generated vendored Normal file
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;