mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 02:56:54 +08:00
Print full response in debug logs
This commit is contained in:
1
lib/setup-julia.js
generated
1
lib/setup-julia.js
generated
@@ -44,6 +44,7 @@ function getJuliaReleases() {
|
||||
data += d;
|
||||
});
|
||||
res.on('end', () => {
|
||||
core.debug(data);
|
||||
resolve(JSON.parse(data).map((r) => r.tag_name));
|
||||
});
|
||||
}).on('error', err => {
|
||||
|
||||
Reference in New Issue
Block a user