Add option to specify URL of cache server

This commit is contained in:
Sindri Guðmundsson 2021-11-04 09:45:24 +00:00 committed by Davíð Guðni
parent 611465405c
commit df46e813e6
6 changed files with 30 additions and 2 deletions

View file

@ -11,6 +11,7 @@ process.on("uncaughtException", e => utils.logWarning(e.message));
async function run(): Promise<void> {
try {
utils.setActionsCacheUrl();
if (utils.isGhes()) {
utils.logWarning(
"Cache action is not supported on GHES. See https://github.com/actions/cache/issues/505 for more details"