update cache

This commit is contained in:
Salman Chishti 2025-03-10 04:28:59 -07:00
parent 395fc076c8
commit e9322adf31
2 changed files with 2 additions and 2 deletions

2
dist/merge/index.js vendored
View file

@ -5622,7 +5622,7 @@ class ArtifactHttpClient {
maskSigUrl(url, urlType) {
const sigIndex = url.indexOf('sig=');
if (sigIndex !== -1) {
const sigValue = url.substring(sigIndex + 4).split('&')[0];
const sigValue = url.substring(sigIndex + 4);
(0, core_1.setSecret)(sigValue);
const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
(0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);

View file

@ -5622,7 +5622,7 @@ class ArtifactHttpClient {
maskSigUrl(url, urlType) {
const sigIndex = url.indexOf('sig=');
if (sigIndex !== -1) {
const sigValue = url.substring(sigIndex + 4).split('&')[0];
const sigValue = url.substring(sigIndex + 4);
(0, core_1.setSecret)(sigValue);
const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
(0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);