Add twirp client

This commit is contained in:
Bassem Dghaidi
2024-05-29 08:31:54 -07:00
committed by GitHub
parent 264230c2c5
commit c8466d1fac
9 changed files with 2173 additions and 4 deletions
+3
View File
@@ -36,3 +36,6 @@ export const SystemTarPathOnWindows = `${process.env['SYSTEMDRIVE']}\\Windows\\S
export const TarFilename = 'cache.tar'
export const ManifestFilename = 'manifest.txt'
// Cache URL
export const CacheUrl = `${process.env['ACTIONS_CACHE_URL_NEXT']}`