mirror of
https://github.com/actions/setup-go.git
synced 2025-06-18 23:02:59 -06:00
parent
9fbc767707
commit
0caeaed6fd
58 changed files with 3717 additions and 2608 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