mirror of
https://github.com/actions/upload-artifact.git
synced 2025-03-31 00:56:35 +00:00
update cache
This commit is contained in:
parent
395fc076c8
commit
e9322adf31
2 changed files with 2 additions and 2 deletions
2
dist/merge/index.js
vendored
2
dist/merge/index.js
vendored
|
@ -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}`);
|
||||
|
|
2
dist/upload/index.js
vendored
2
dist/upload/index.js
vendored
|
@ -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}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue