mirror of
https://github.com/actions/setup-go.git
synced 2025-07-01 05:33:43 +00:00
Husky commit correct node modules
This commit is contained in:
parent
f642f56514
commit
9766191ee2
44 changed files with 2672 additions and 2604 deletions
5
node_modules/@actions/core/lib/utils.d.ts
generated
vendored
Normal file
5
node_modules/@actions/core/lib/utils.d.ts
generated
vendored
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue