From 1239bf69144dfa298837f606cbad87405add0680 Mon Sep 17 00:00:00 2001 From: Apple Date: Wed, 30 Mar 2022 18:23:49 +0530 Subject: [PATCH] console res --- dist/restore/index.js | 1 + dist/save/index.js | 1 + package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dist/restore/index.js b/dist/restore/index.js index c4c299f..a444af0 100644 --- a/dist/restore/index.js +++ b/dist/restore/index.js @@ -51558,6 +51558,7 @@ function retryTypedResponse(name, method, maxAttempts = constants_1.DefaultRetry // an ITypedResponse so it can be processed by the retry logic. (error) => { if (error instanceof http_client_1.HttpClientError) { + console.log(error); return { statusCode: error.statusCode, result: null, diff --git a/dist/save/index.js b/dist/save/index.js index d4efd24..9054305 100644 --- a/dist/save/index.js +++ b/dist/save/index.js @@ -51561,6 +51561,7 @@ function retryTypedResponse(name, method, maxAttempts = constants_1.DefaultRetry // an ITypedResponse so it can be processed by the retry logic. (error) => { if (error instanceof http_client_1.HttpClientError) { + console.log(error); return { statusCode: error.statusCode, result: null, diff --git a/package-lock.json b/package-lock.json index ee41213..693f7f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,8 +5,8 @@ "requires": true, "dependencies": { "@actions/cache": { - "version": "file:cache.tgz", - "integrity": "sha512-3KKmMXpGLI/dU7+aO6V+CmWsZ5B8aP4Y+SIo14TtvxYHLxZejIinESpTxw2U88noW08uTEXZOyWpLhhQswn15g==", + "version": "file:actions-cache-2.3.0.tgz", + "integrity": "sha512-6K816KLQeVesY/5MHI4pM1viBXhGDqcVom6sY3KX0nLQgKbvyp7wR8h9Y07rQDEKr7Gd6GfQFIy3fQZAf3hr5g==", "requires": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", diff --git a/package.json b/package.json index 0f8b22c..6da9845 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/cache": "file:cache.tgz", + "@actions/cache": "file:actions-cache-2.3.0.tgz", "@actions/core": "^1.2.6", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.2"