Update action

This commit is contained in:
Anton Medvedev 2021-10-15 22:41:54 +02:00
commit fe854546be
24 changed files with 1828 additions and 0 deletions

2
node_modules/@actions/http-client/proxy.d.ts generated vendored Normal file
View file

@ -0,0 +1,2 @@
export declare function getProxyUrl(reqUrl: URL): URL | undefined;
export declare function checkBypass(reqUrl: URL): boolean;