Skip to content

Commit 9e938e7

Browse files
committed
Try to fix github script
1 parent 43f4498 commit 9e938e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/debos.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
run_id: context.payload.workflow_run.id,
5656
});
5757
# keep first artifact named u-boot-rb1-links and linux-deb-links
58-
let u_boot_rb1 = allArtifacts.data.artifacts.filter((artifact) => {
59-
return artifact.name == "u-boot-rb1-links"
60-
})[0];
61-
let linux_deb = allArtifacts.data.artifacts.filter((artifact) => {
62-
return artifact.name == "linux-deb-links"
63-
})[0];
58+
# let u_boot_rb1 = allArtifacts.data.artifacts.filter((artifact) => {
59+
# return artifact.name == "u-boot-rb1-links"
60+
# })[0];
61+
# let linux_deb = allArtifacts.data.artifacts.filter((artifact) => {
62+
# return artifact.name == "linux-deb-links"
63+
# })[0];
6464
# download both in memory
6565
# let linux_deb_dl =
6666
# await github.rest.actions.downloadArtifact({

0 commit comments

Comments
 (0)