Skip to content

Commit cf966db

Browse files
committed
More debug logs for action
1 parent 7da4aab commit cf966db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/debos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
page: 1,
7373
per_page: 1,
7474
}).data.artifacts[0];
75+
console.log("Response3:", JSON.stringify(linux_deb, null, 2));
76+
console.log("id:", JSON.stringify(linux_deb.id, null, 2));
7577
// download both in memory
7678
let linux_deb_dl =
7779
await github.rest.actions.downloadArtifact({

0 commit comments

Comments
 (0)