Skip to content

Commit dec2452

Browse files
committed
Try to parse answer as json
1 parent bca2144 commit dec2452

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/debos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
page: 1,
6161
per_page: 1,
6262
});
63-
console.log("response: " + response);
63+
64+
console.log("Response:", JSON.stringify(response, null, 2));
65+
6466
let u_boot_rb1 = response.data.artifacts[0];
6567
let linux_deb =
6668
await github.rest.actions.listArtifactsForRepo({

0 commit comments

Comments
 (0)