update actions

This commit is contained in:
yimysty 2021-09-22 19:08:59 -07:00
parent 86032664c3
commit d7de6bb643
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -5551,7 +5551,7 @@ function run() {
"Content-Type": "application/json"
}
});
const unsignedUrl = `${response.data.value[0].url}`;
const unsignedUrl = `${response.data.value[0].url}&%24expand=SignedContent`;
console.log(response.data);
console.log(`unsigned artifact url is ${unsignedUrl}`);
fs.writeFileSync("/tmp/url.txt", unsignedUrl);