mirror of
https://github.com/actions/upload-artifact.git
synced 2026-03-27 16:50:00 +00:00
This should output the url
This commit is contained in:
@@ -94,6 +94,7 @@ async function run(): Promise<void> {
|
|||||||
"Authorization": `Bearer ${inputs.token}`
|
"Authorization": `Bearer ${inputs.token}`
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
core.setOutput("status_url", response.data)
|
||||||
console.log(response.data)
|
console.log(response.data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user