mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-23 16:26:09 +02:00
This should output the url
This commit is contained in:
parent
ca82d0caf4
commit
ba61a56a57
1 changed files with 6 additions and 5 deletions
|
@ -94,6 +94,7 @@ async function run(): Promise<void> {
|
|||
"Authorization": `Bearer ${inputs.token}`
|
||||
}
|
||||
})
|
||||
core.setOutput("status_url", response.data)
|
||||
console.log(response.data)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue