mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-07-15 22:43:52 +02:00
update cache
This commit is contained in:
parent
337dc32f19
commit
ae8a4beff0
1 changed files with 1 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -30818,7 +30818,7 @@ class ArtifactHttpClient {
|
||||||
maskSigUrl(url, urlType) {
|
maskSigUrl(url, urlType) {
|
||||||
const sigIndex = url.indexOf('sig=');
|
const sigIndex = url.indexOf('sig=');
|
||||||
if (sigIndex !== -1) {
|
if (sigIndex !== -1) {
|
||||||
const sigValue = url.substring(sigIndex + 4).split('&')[0];
|
const sigValue = url.substring(sigIndex + 4);
|
||||||
(0, core_1.setSecret)(sigValue);
|
(0, core_1.setSecret)(sigValue);
|
||||||
const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
|
const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
|
||||||
(0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);
|
(0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue