mirror of
https://github.com/actions/cache.git
synced 2025-07-22 16:16:11 +08:00
update
This commit is contained in:
1
dist/restore-only/index.js
vendored
1
dist/restore-only/index.js
vendored
@@ -8823,7 +8823,6 @@ class CacheServiceClient {
|
|||||||
(0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`);
|
(0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`);
|
||||||
const body = JSON.parse(rawBody);
|
const body = JSON.parse(rawBody);
|
||||||
this.maskSecretUrls(body);
|
this.maskSecretUrls(body);
|
||||||
(0, core_1.debug)('testing this sentence');
|
|
||||||
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`);
|
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`);
|
||||||
if (this.isSuccessStatusCode(statusCode)) {
|
if (this.isSuccessStatusCode(statusCode)) {
|
||||||
return { response, body };
|
return { response, body };
|
||||||
|
1
dist/restore/index.js
vendored
1
dist/restore/index.js
vendored
@@ -8823,7 +8823,6 @@ class CacheServiceClient {
|
|||||||
(0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`);
|
(0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`);
|
||||||
const body = JSON.parse(rawBody);
|
const body = JSON.parse(rawBody);
|
||||||
this.maskSecretUrls(body);
|
this.maskSecretUrls(body);
|
||||||
(0, core_1.debug)('testing this sentence');
|
|
||||||
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`);
|
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`);
|
||||||
if (this.isSuccessStatusCode(statusCode)) {
|
if (this.isSuccessStatusCode(statusCode)) {
|
||||||
return { response, body };
|
return { response, body };
|
||||||
|
1
dist/save-only/index.js
vendored
1
dist/save-only/index.js
vendored
@@ -8823,7 +8823,6 @@ class CacheServiceClient {
|
|||||||
(0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`);
|
(0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`);
|
||||||
const body = JSON.parse(rawBody);
|
const body = JSON.parse(rawBody);
|
||||||
this.maskSecretUrls(body);
|
this.maskSecretUrls(body);
|
||||||
(0, core_1.debug)('testing this sentence');
|
|
||||||
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`);
|
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`);
|
||||||
if (this.isSuccessStatusCode(statusCode)) {
|
if (this.isSuccessStatusCode(statusCode)) {
|
||||||
return { response, body };
|
return { response, body };
|
||||||
|
1
dist/save/index.js
vendored
1
dist/save/index.js
vendored
@@ -8823,7 +8823,6 @@ class CacheServiceClient {
|
|||||||
(0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`);
|
(0, core_1.debug)(`Headers: ${JSON.stringify(response.message.headers, null, 2)}`);
|
||||||
const body = JSON.parse(rawBody);
|
const body = JSON.parse(rawBody);
|
||||||
this.maskSecretUrls(body);
|
this.maskSecretUrls(body);
|
||||||
(0, core_1.debug)('testing this sentence');
|
|
||||||
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`);
|
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`);
|
||||||
if (this.isSuccessStatusCode(statusCode)) {
|
if (this.isSuccessStatusCode(statusCode)) {
|
||||||
return { response, body };
|
return { response, body };
|
||||||
|
Reference in New Issue
Block a user