mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-07-06 18:23:20 +08:00
add logging for debugging
This commit is contained in:
parent
9186a025e4
commit
89cbb59b8e
1
dist/cleanup/index.js
generated
vendored
1
dist/cleanup/index.js
generated
vendored
@ -81871,6 +81871,7 @@ function generateReports() {
|
||||
const shas = [];
|
||||
for (const pushEvent in pushEvents) {
|
||||
timestamps.push(JSON.parse(pushEvent).created_at);
|
||||
core.info(JSON.parse(pushEvent));
|
||||
shas.push(JSON.parse(pushEvent).payload.commits[0].sha);
|
||||
}
|
||||
// Extract data for plotting
|
||||
|
1
dist/main/index.js
generated
vendored
1
dist/main/index.js
generated
vendored
@ -81970,6 +81970,7 @@ function generateReports() {
|
||||
const shas = [];
|
||||
for (const pushEvent in pushEvents) {
|
||||
timestamps.push(JSON.parse(pushEvent).created_at);
|
||||
core.info(JSON.parse(pushEvent));
|
||||
shas.push(JSON.parse(pushEvent).payload.commits[0].sha);
|
||||
}
|
||||
// Extract data for plotting
|
||||
|
@ -156,6 +156,7 @@ export async function generateReports(): Promise<void> {
|
||||
const shas = []
|
||||
for (const pushEvent in pushEvents) {
|
||||
timestamps.push(JSON.parse(pushEvent).created_at)
|
||||
core.info(JSON.parse(pushEvent))
|
||||
shas.push(JSON.parse(pushEvent).payload.commits[0].sha)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user