mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 11:06:53 +08:00
Print full response in debug logs
This commit is contained in:
@@ -33,6 +33,7 @@ async function getJuliaReleases(): Promise<string[]> {
|
||||
})
|
||||
|
||||
res.on('end', () => {
|
||||
core.debug(data)
|
||||
resolve(JSON.parse(data).map((r) => r.tag_name as string))
|
||||
})
|
||||
}).on('error', err => {
|
||||
|
||||
Reference in New Issue
Block a user