mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-11 12:04:14 +02:00
update actions
This commit is contained in:
parent
86032664c3
commit
d7de6bb643
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -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);
|
||||
|
|
|
@ -76,7 +76,7 @@ async function run(): Promise<void> {
|
|||
"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)
|
||||
|
|
Loading…
Add table
Reference in a new issue