We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da4aab commit cf966dbCopy full SHA for cf966db
.github/workflows/debos.yml
@@ -72,6 +72,8 @@ jobs:
72
page: 1,
73
per_page: 1,
74
}).data.artifacts[0];
75
+ console.log("Response3:", JSON.stringify(linux_deb, null, 2));
76
+ console.log("id:", JSON.stringify(linux_deb.id, null, 2));
77
// download both in memory
78
let linux_deb_dl =
79
await github.rest.actions.downloadArtifact({
0 commit comments